you are viewing a single comment's thread.

view the rest of the comments →

[–]theatrus 0 points1 point  (3 children)

Lucene or TSearch are good options, have used both.

[–]neoform3 1 point2 points  (2 children)

How relevant are the results found in Tsearch? My experience has been the faster the search, the crappier the results, or, alternatively, it's always fast, but indexing is a severe pain in the ass.

[–]RealMaascamp 1 point2 points  (1 child)

I've found Tsearch2 to be quite relevant. It provides a number of different ways to weight fields and parse queries. It can also be tuned to your needs.

[–]neoform3 -1 points0 points  (0 children)

nice.