Re: SnowballPorterFilterFactory stemming word question

2009-09-06 Thread darniz
Thanks Hoss Could you please provide with any example Does solr provide any implementation for dictionary stemmer, please let me know Thanks Rashid hossman wrote: > > > : If i give "machine" why is that it stems to "machin", now from where > does > : this word come from > : If i give "revol

Re: Filter query to check for not null filed

2009-09-06 Thread Lance Norskog
In the standard query parser, you would use: q=field1:xxx+field3:[* TO *] You cannot use * or ? as the first letter of a query term. The [* TO *] syntax is a range query. Using * at both ends means "any to any". On Fri, Sep 4, 2009 at 3:40 PM, Mohamed Parvez wrote: > Say i have 3 fields, named