spellChecker.ClearIndex(); Addwords(r, "field1"); // <-------- Unutulmus!!!!!!
PS: Lucene.NET ile ilgili sorulariniz icin Mailing Listleri kullanabilirsiniz. Lutfen direkt eMail atmayiniz. Iyi calismalar. On Sun, May 2, 2010 at 11:43 PM, Robert Muir (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/LUCENE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Robert Muir updated LUCENE-2413: > -------------------------------- > > Attachment: LUCENE-2413_porter.patch > > I played with this issue enough already to realize its gonna be a pain, > huge svn movements and lots of changes. > > so here's a patch that moves the PorterStemmer to contrib/analyzers... > (under the 'en' pkg)... its a start. > > I would like to commit tomorrow unless anyone objects. > > > Consolidate all (Solr's & Lucene's) analyzers into contrib/analzyers > > -------------------------------------------------------------------- > > > > Key: LUCENE-2413 > > URL: https://issues.apache.org/jira/browse/LUCENE-2413 > > Project: Lucene - Java > > Issue Type: Improvement > > Components: Analysis > > Reporter: Michael McCandless > > Assignee: Robert Muir > > Fix For: 3.1 > > > > Attachments: LUCENE-2413_porter.patch > > > > > > We've been wanting to do this for quite some time now... I think, now > that Solr/Lucene are merged, and we're looking at opening an unstable line > of development for Solr/Lucene, now is the right time to do it. > > A standalone module for all analyzers also empowers apps to separately > version the analyzers from which version of Solr/Lucene they use, possibly > enabling us to remove Version entirely from the analyzers. > > We should also do LUCENE-2309 (decouple, as much as possible, indexer > from the analysis API), but I don't think that issue needs to block this > consolidation. > > Once we do this, there is one place where our users can find all the > analyzers that Solr/Lucene provide. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
