Re: Phrase indexing and searching

2013-12-23 Thread Manjula Wijewickrema
Hi Steve, Thanks for the reply. Could you please simply let me know how to embed SingleFilter in the code for both indexing and searching? Coz, different people suggest different snippets to the code and they did not do the job. Thanks, Manjula. On Mon, Dec 23, 2013 at 8:42 PM, Steve Rowe wro

Re: Phrase indexing and searching

2013-12-23 Thread Steve Rowe
Hi Manjula, Sounds like ShingleFilter will do what you want: < http://lucene.apache.org/core/4_6_0/analyzers-common/org/apache/lucene/analysis/shingle/ShingleFilter.html > Steve www.lucidworks.com On Dec 22, 2013 11:25 PM, "Manjula Wijewickrema" wrote: > Dear All, > > My Lucene programme is abl

Re: Regarding Lucene.net

2013-12-23 Thread Shashi Kant
You are probably better off working with Solr in a multi-user system, and since you seem be on .net, use Solrnet wrapper to call Solr from your .net app. On Mon, Dec 23, 2013 at 1:37 AM, raju wrote: > a high level I understand the lucence searcher will get the > directory path and search the que

Fwd: Regarding Lucene.net

2013-12-23 Thread raju
Hi All, I'm new to lucene.net and after getting some articles and documents , we are planning to go for Lucenc search. Here my doubt is regarding the search hit for the directory by multiple users at same time?? As a high level I understand the lucence searcher will get the directory path and se