Re: index full text as possible

2011-08-30 Thread Erick Erickson
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

RE: index full text as possible

2011-08-29 Thread 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, depending on what characters you want to >break phrases at. Please see >http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters I have r

Re: index full text as possible

2011-08-29 Thread Gora Mohanty
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

RE: index full text as possible

2011-08-29 Thread Rode González
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

Re: index full text as possible

2011-08-29 Thread Gora Mohanty
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