Yes, you can do all of that, but... Solr is more of a toolkit rather than a
packaged solution, so you will have plug together all the pieces yourself.
There are a variety of stemmers in Solr and any number of techniques for
have to index and query using the stemmed and unstemmed variants of words.

Plenty of doc for you to start reading. Once you get the basics, then you
can move on to more specific and advanced details:
https://cwiki.apache.org/confluence/display/solr/Understanding+Analyzers%2C+Tokenizers%2C+and+Filters




-- Jack Krupansky

On Fri, Jan 15, 2016 at 2:58 PM, sara hajili <hajili.s...@gmail.com> wrote:

> I wanna to write my own text tokenizer.
> And my question is about what solr treat with stemming  or lemmatizing?
> Solr store both lemmatizerd token and orginal token together?
> I mean if in index time solr lemmatize creation to create.
> And in query time.user want to search about exactly creation not creat.
> How solr do that?!
> If I lemmatize query string creation  to create
> In this way solr find all create not creatin.
> How solr behave with stemmer and lemmatizer?index both original and
> lemmatized word?
>

Reply via email to