And what does proximity search exactly mean?

A proximity search means searching terms with a distance in between them.
E.g. Search for a document which has java near 3 words of network.
field:"java network"~3
So the above query will match any document having a distance of 3 by its
position between java and network.

Can i implement proximity search if i use
>seperate core per language
>field per language
>multilingual field that supports all languages.
A proximity search is on a field so it does not matter if it is in
same/different core.

searching for walk word when walking is indexed,should fetch and display the
record?
It will be included in stemming filter.right?
Stemming does bring the word to its root form. So yes if the root word is
achieved from the given word it will search.

Hope this helps.

Best,
Modassar


On Tue, Feb 9, 2016 at 12:58 PM, vidya <vidya.nade...@tcs.com> wrote:

> Hi
>   Can i implement proximity search if i use
> >seperate core per language
> >field per language
> >multilingual field that supports all languages.
>
> And what does proximity search exactly mean?
>
> searching for walk word when walking is indexed,should fetch and display
> the
> record?
> It will be included in stemming filter.right?
>
> Thanks in advance
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Multi-lingual-search-tp4254398p4256094.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to