Re: Stemming query in Solr

2013-07-02 Thread Erick Erickson
by reduction as well as > stemming by > > expansion > > > to cover grammatical variations on a word*. A use case will > make it > > more > > > clear: > > > > > > - a search for fish would also find fishing > > > -

Re: Stemming query in Solr

2013-07-01 Thread snkar
t or burns/* > > > > Since all stemmers supported Lucene/Solr all use stemming by > reduction, we > > are not sure on how to go about this. As per the Solr Wiki: > > > > > A related technology to stemming is lemmatization, which allo

Re: Stemming query in Solr

2013-07-01 Thread snkar
hen /searching for > burn > > the > > results are not returning for burning or burnt or burns/* > > > > Since all stemmers supported Lucene/Solr all use stemming by > reduction, we > > are not sure on how to go about this. As per the Solr

Re: Stemming query in Solr

2013-07-01 Thread Erick Erickson
rning and burn/ but when /searching for > burn > > the > > results are not returning for burning or burnt or burns/* > > > > Since all stemmers supported Lucene/Solr all use stemming by > reduction, we > > are not sure on how to go about this. As per the Solr Wiki

Re: Stemming query in Solr

2013-07-01 Thread snkar
ing a root word and 'expanding' it to all of > > its various forms. Lemmatization can be used either at insertion time or > > at query time. Lucene/Solr does not have built-in support for > > lemmatization but it can be simulated by using your own dictionaries and >

Re: Stemming query in Solr

2013-06-28 Thread Erick Erickson
and using some public database like > WordNet to extract the different grammatical variations of the stem and > then > send across all these terms for querying in Solr. We have not yet done a > lot > of research to figure out a stable C# stemmer/lemmatizer and a WordNet C# > API, b

Stemming query in Solr

2013-06-27 Thread snkar
oo convoluted and it should have a way to be executed from within Solr. -- View this message in context: http://lucene.472066.n3.nabble.com/Stemming-query-in-Solr-tp4073862.html Sent from the Solr - User mailing list archive at Nabble.com.