Hi there,
I currently have a lucene index based on version 3.5 made up of xml
documents.
I'd like to create smaller indexes from the main index ;
1) an index based on a date range from the last week
2) an index based on the last month
3) an index based on the last 3 months.
The reason I would
Hi there,
Is it possible to update a document in the lucene index with an
additional field?
I have a massive index and would like to add a numeric field with a date
in number format into each document.
This is to perform searches with NumericRangeFilters using the dates as
numbers when search