Re: Issue on stopword list

2010-03-10 Thread Jan Høydahl / Cominvent
Also, eDisMax query parser will be a welcome tool for these kinds of requirements: https://issues.apache.org/jira/browse/SOLR-1553 From the feature list: "advanced stopword handling... stopwords are not required in the mandatory part of the query but are still used (if indexed) in the proximity

Re: Issue on stopword list

2010-03-04 Thread Chris Hostetter
: I tried commongrams also but won't worked . here search "this is it" .i : would like to get exact information not for this is,is or it. : : my document like : : 101 You haven't given us enough info about what *else* you wnat to work ... ie: you've only talked about stop words, and not wantin

Re: Issue on stopword list

2010-03-03 Thread Suram
>> How can i search using stopword my query like this >>>> >>>> This             - 0 results becuase it is a stopword >>>> is                 - 0 results becuase it is a stopword >>>> that             - 0 results becuase it is a stopwo

Re: Issue on stopword list

2010-03-02 Thread Joe Calderon
>>> is                 - 0 results becuase it is a stopword >>> that             - 0 results becuase it is a stopword >>> >>> if i search like  "This is that" - it must give the result >>> >>> for that i need to change anything in my schema file to get result "This is >>> that" >>> -- >>> View this message in context: >>> http://old.nabble.com/Issue-on-stopword-list-tp27754434p27754434.html >>> Sent from the Solr - User mailing list archive at Nabble.com. >>> >>> > >

Re: Issue on stopword list

2010-03-02 Thread Walter Underwood
;> >> for that i need to change anything in my schema file to get result "This is >> that" >> -- >> View this message in context: >> http://old.nabble.com/Issue-on-stopword-list-tp27754434p27754434.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >>

Re: Issue on stopword list

2010-03-02 Thread Erick Erickson
t; > if i search like "This is that" - it must give the result > > for that i need to change anything in my schema file to get result "This is > that" > -- > View this message in context: > http://old.nabble.com/Issue-on-stopword-list-tp27754434p27754434.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Issue on stopword list

2010-03-02 Thread Suram
for that i need to change anything in my schema file to get result "This is that" -- View this message in context: http://old.nabble.com/Issue-on-stopword-list-tp27754434p27754434.html Sent from the Solr - User mailing list archive at Nabble.com.