Best way to retrieve certain field of all documents returned by a lucen search
- by Philipp
Hi,
I was wondering what the best way is to retrieve a certain field of all documents returned by a Searcher of Lucene.
Background: each document has a date field (written on) and I would like to show a timeline of all found documents, so I need to extract the date (day) field of all the documents I find with the search.
I currently retrieve…