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
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
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
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
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
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
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
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
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