Re: Phrase query search with stopwords

2008-11-28 Thread Yonik Seeley
See https://issues.apache.org/jira/browse/SOLR-879 we never enabled position increments in the query parser. -Yonik On Mon, Nov 24, 2008 at 9:48 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > Ack! I tried it too, and it failed for me also. > The analysis page indicates that the tokens are all in

Re: Phrase query search with stopwords

2008-11-24 Thread Yonik Seeley
Ack! I tried it too, and it failed for me also. The analysis page indicates that the tokens are all in the same positions... need to look into this deeper. Could you open up a JIRA issue? -Yonik On Mon, Nov 24, 2008 at 5:58 PM, Robert Haschart <[EMAIL PROTECTED]> wrote: > Yonik, > > I did make s

Re: Phrase query search with stopwords

2008-11-24 Thread Chris Hostetter
: Subject: Phrase query search with stopwords : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. E

Re: Phrase query search with stopwords

2008-11-24 Thread Robert Haschart
Yonik, I did make sure enablePositionIncrements="true" for both indexing and queries and just did a test where I re-indexed a couple of test record sets, and submitted a query from the solr admin page, this time searching for title_text:"gone with the wind" which should return three hits,

Re: Phrase query search with stopwords

2008-11-24 Thread Yonik Seeley
Robert, I've reproduced (sort of) this bad behavior with the example schema. There was an example configuration "bug" introduced in SOLR-521 where enablePositionIncrements="true" was only set on the index analyzer but not the query analyzer for the "text" fieldType. A query on the example data of

Phrase query search with stopwords

2008-11-20 Thread Robert Haschart
Greetings all, I'm having trouble tracking down why a particular query is not working. A user is trying to do a search for alternate_form_title_text:"three films by louis malle" specifically to find the 4 records that contain the phrase "Three films by Louis Malle" in their alternate_form_