Re: How to get the index for a document after a search over multiple indexes

2016-06-13 Thread Trejkaz
On Tue, Jun 14, 2016 at 9:01 AM, Mark Shapiro wrote: > How can I find the single index associated with each Document returned by a > search over > multiple indexes? The document number is not enough, I want to save the > index also so > that later I can retrieve the file contents that was store

java.nio.channels.ClosedChannelException and java.nio.channels.ClosedByInterruptException in Lucene 3.6.2

2016-06-13 Thread Darren Kennedy
Hi, We switched from MMAP to NIOFS due to high memory usage. Now seeing java.nio.channels.ClosedChannelException and java.nio.channels.ClosedByInterruptException during search. Stack traces: Exception details: IQQG0020E java.io.IOException: null: NIOFSIndexInput (path="/opt/css-store/Collections

How to get the index for a document after a search over multiple indexes

2016-06-13 Thread Mark Shapiro
How can I find the single index associated with each Document returned by a search over multiple indexes? The document number is not enough, I want to save the index also so that later I can retrieve the file contents that was stored in the index. This question applies to Lucene 3.5.0. Thanks

How to use Query Time Join with Lucene 5.3.0?

2016-06-13 Thread Pravin Thokal
I am referring this link for usage of query time join and I am able to use following method createJoinQuery(String fromField, boolean multipleValuesPerDocument, String toField, Query fromQuery, IndexSearcher fromSearcher, ScoreMo