RE: Link Lucene index with Adobe reader

2018-02-06 Thread Jan Tosovsky
On 2018-02-06 Anuradha Rajaram (RBEI/ETB14) wrote: > We are using Lucene for indexing the PDF. We need to link generated lucene > index with Adobe reader. In Adobe Acrobat there is a dedicated feature solving this task: Embed index. It builds search index and stores it inside the PDF file. You ca

Re: N-dimensional Point Indexing

2018-02-06 Thread Luís Filipe Nassif
Is it limited up to 8 dimensions as described at https://www.elastic.co/blog/lucene-points-6.0? 2018-02-06 15:35 GMT-02:00 Luís Filipe Nassif : > Sorry, I was looking at the wrong place. Should I use BinaryPoint ( > https://lucene.apache.org/core/6_0_0/core/org/apache/ > lucene/document/BinaryPoi

Re: N-dimensional Point Indexing

2018-02-06 Thread Luís Filipe Nassif
Sorry, I was looking at the wrong place. Should I use BinaryPoint ( https://lucene.apache.org/core/6_0_0/core/org/apache/lucene/document/BinaryPoint.html) ? 2018-02-06 14:17 GMT-02:00 Luís Filipe Nassif : > Hi all, > > Lucene is able to index generic n-dimensional points for efficient > similarit

N-dimensional Point Indexing

2018-02-06 Thread Luís Filipe Nassif
Hi all, Lucene is able to index generic n-dimensional points for efficient similarity or nearest neightbors search? I have looked at spatial package in the past but seems it is specific to geo points? The use case is to index image feature vectors to search for similar images in a corpus. Current

Re: Link Lucene index with Adobe reader

2018-02-06 Thread Charlie Hull
On 06/02/2018 08:22, Anuradha Rajaram (RBEI/ETB14) wrote: Dear Team, We are using Lucene for indexing the PDF. We need to link generated lucene index with Adobe reader. Current Approach: Placed both the generated lucene index and PDF in the folder. Open the PDF and search for a word using Ad

Link Lucene index with Adobe reader

2018-02-06 Thread Anuradha Rajaram (RBEI/ETB14)
Dear Team, We are using Lucene for indexing the PDF. We need to link generated lucene index with Adobe reader. Current Approach: Placed both the generated lucene index and PDF in the folder. Open the PDF and search for a word using Advance search in Adobe reader. Whole PDF is searched without

Link Lucene index with Adobe reader

2018-02-06 Thread Anuradha Rajaram (RBEI/ETB14)
Dear Team, We are using Lucene for indexing the PDF. We need to link generated lucene index with Adobe reader. Current Approach: Placed both the generated lucene index and PDF in the folder. Open the PDF and search for a word using Advance search in Adobe reader. Whole PDF is searched without

Re: NumericDocValues vs SortedNumericDocValues

2018-02-06 Thread Adrien Grand
For a single-valued double, you should create a field at index time by calling `new NumericDocValuesField(myDoubleFieldName, Double.doubleToLongBits(myDoubleValue))` at index time and then sort using `new SortField(myDoubleFieldName, SortField.Type.DOUBLE)`. SortedNumericDocValues is about storing

Re: Encryption At Rest - Using CustomAnalyzer

2018-02-06 Thread András Péteri
Hi Avarinth, There is an open issue to encrypt index files using AES, don't know if that would fit your requirements: https://issues.apache.org/jira/browse/LUCENE-2228 Regards, András On Tue, Feb 6, 2018 at 8:32 AM, Michael Wilkowski wrote: > Hi, > sorry to say that, but your encryption is not