For phrase queries, you simply surround the text with
double quotes e.g. "this is a phrase"...
Best
Erick
2011/8/29 Rode González :
> Hi again.
>
>>In that case, you should be able to use a tokeniser to split
>>the input into phrases, though you will probably need to write
>>a custom tokeniser, d
Hi again.
>In that case, you should be able to use a tokeniser to split
>the input into phrases, though you will probably need to write
>a custom tokeniser, depending on what characters you want to
>break phrases at. Please see
>http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
I have r
2011/8/29 Rode González :
> Hi Gora.
>
> The phrases are separated by dots or commas (I think it's the easiest way to
> do this).
In that case, you should be able to use a tokeniser to split
the input into phrases, though you will probably need to write
a custom tokeniser, depending on what chara
Gora Mohanty [mailto:g...@mimirtech.com]
Enviado el: lunes, 29 de agosto de 2011 11:52
Para: solr-user@lucene.apache.org
Asunto: Re: index full text as possible
2011/8/29 Rode González :
> Hi all.
>
> I want to index/search from/about text books.
>
> p.e. i have the phrase "i live n
2011/8/29 Rode González :
> Hi all.
>
> I want to index/search from/about text books.
>
> p.e. i have the phrase "i live near mountains, but i also like the beach.".
>
> and the costumers could ask about "live near mountains". I want the exact
> match, not the tokens matches separately.
>
> In the