Re: Luke for Lucene 5.x?

2015-04-23 Thread Koji Sekiguchi
Hi Clemens, NLP4L, which stands for Natural Language Processing for Lucene, has a function for browsing Lucene index aside from NLP tools. It supports 5.x index format. https://github.com/NLP4L/nlp4l#using-lucene-index-browser Thanks, Koji On 2015/04/24 15:10, Clemens Wyss DEV wrote: From ti

Luke for Lucene 5.x?

2015-04-23 Thread Clemens Wyss DEV
From time to time I make use of luke to inspect lucene indexes. I appreciate this tool very much. Will there be a version of Luke for Lucene 5.x? Or is there one already? Thx Clemens

Re: Phrase query given a word

2015-04-23 Thread Ahmet Arslan
Hi, May be LUCENE-5317 relevant? Ahmet On Thursday, April 23, 2015 8:33 PM, Shashidhar Rao wrote: Hi, I have a large text and from that I need to calculated the top frequencies of words , say 'Driving' occurs the most. Now , I need to find phrase containing 'Driving' in the given text and th

Phrase query given a word

2015-04-23 Thread Shashidhar Rao
Hi, I have a large text and from that I need to calculated the top frequencies of words , say 'Driving' occurs the most. Now , I need to find phrase containing 'Driving' in the given text and the frequency count of that phrase. The phrase could be three words where driving could be in the middle

How to get distinct results from Lucene 2.9.3

2015-04-23 Thread Karnawat, Mahesh
Hello All, We are using lucene 2.9.3, a pretty old engine. The index might have duplicates objects and what we are looking at is to get distinct results from the index itself and avoid any filtering logic post processing the results to get distinct results. Any pointers would be useful. Regar