Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-16 Thread teko
7;ll post here the result. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-locate-a-Phrase-inside-text-like-a-Browser-text-searcher-tp4135075p4136272.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ---

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-16 Thread teko
ases to locate... and well, it takes a bit more than 40 minutes. Is a time too long man.. Now, I'm trying solve this question... do you have some tips? Thanks... Note: I edited the title and I removed: 'SOLVED' -- View this message in context: http://lucene.472066.n3.nabbl

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-16 Thread Jack Krupansky
upansky -Original Message- From: Michael Sokolov Sent: Monday, May 12, 2014 8:39 PM To: java-user@lucene.apache.org Subject: Re: How to locate a Phrase inside text (like a Browser text searcher) ShingleFilter can help with this; it concatenates neighboring tokens. So a search for "good

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-16 Thread Emanuel Buzek
} }, it basically indexes any substrings made of letters, digits, punctuation and symbols of length 2..20. but if that previous solution works for you, that's good :) 2014-05-14 20:23 GMT+02:00 teko : > *Emanuel Buzek, > > Can you explain how you use NGram?? Did you create a An

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-15 Thread teko
*Emanuel Buzek, Can you explain how you use NGram?? Did you create a Analyzer? is it?? Sorry, but, I really don't have a great knowledge about Lucene... Thank advance! -- View this message in context: http://lucene.472066.n3.nabble.com/SOLVED-How-to-locate-a-Phrase-inside-text-like-a-Br

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-13 Thread Michael Sokolov
but not work (locate just in the first sample above... but not the others) Please, I really need help with it! Thanks (note: Sorry my english!! xD) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-locate-a-Phrase-inside-text-like-a-Browser-text-searcher-tp4135075.ht

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-13 Thread Emanuel Buzek
onary of terms that can split off. That's not very practical. >> In truth, Lucene/Solr doesn't have a good out of the box solution for this >> use case. >> >> -- Jack Krupansky >> >> -Original Message- From: teko >> Sent: Thursday, May 8, 2014 9:03 AM &g

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-13 Thread teko
wow!! Thanks Michael!! It's works perfectly! thanks man!! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-locate-a-Phrase-inside-text-like-a-Browser-text-searcher-tp4135075p4135449.html Sent from the Lucene - Java Users mailing list archive at Nabbl

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-11 Thread Jack Krupansky
#x27;s not very practical. In truth, Lucene/Solr doesn't have a good out of the box solution for this use case. -- Jack Krupansky -Original Message- From: teko Sent: Thursday, May 8, 2014 9:03 AM To: java-user@lucene.apache.org Subject: How to locate a Phrase inside text (lik

Re: How to locate a Phrase inside text (like a Browser text searcher)

2014-05-11 Thread Jose Carlos Canova
p with it! > Thanks (note: Sorry my english!! xD) > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-locate-a-Phrase-inside-text-like-a-Browser-text-searcher-tp4135075.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. >

How to locate a Phrase inside text (like a Browser text searcher)

2014-05-11 Thread teko
(note: Sorry my english!! xD) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-locate-a-Phrase-inside-text-like-a-Browser-text-searcher-tp4135075.html Sent from the Lucene - Java Users mailing list archive at Nabble.com.