Re: bug (#1070 - Too many key parts specified)
Posted by: Bill Karwin
Date: July 17, 2006 12:27PM

I don't know PostgreSQL in enough detail to know the limitations of its full-text search capability. Their full-text searching appears to be implemented in a "contrib" module written by a third party. You can read the documentation as easily as I can.

http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/tsearch-V2-intro.html

For another option, you might take a look at Lucene:

http://lucene.apache.org/java/docs/

Or if you prefer to program in PHP, there's some work going on to port Lucene to PHP:

http://devzone.zend.com/node/view/id/91

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.