Re: Simple search returns no documents

2009-05-18 Thread Jeffrey Gelens
Hi Otis, That seems to be the problem. The term positions for the index are 1 and 3. While the positions for the query are 1 and 2. The StopFilterTokenizer was set with setEnablePositionIncrementsDefault="true" for the index analyzer while it was not enabled for the query analyzer. Thanks!

Re: Simple search returns no documents

2009-05-15 Thread Otis Gospodnetic
Hi Jeffrey, And now try: ?q=facility_indexed:"kooklessen en workshops"~1 If that works, head over to the Solr Admin Analysis page, enter the field name, and that phrase for both index and query analyzer. And then look at term positions for your two main terms/tokens. Otis -- Sematext -- htt