Re: No subsearcher in Lucene 3.3?

2011-09-02 Thread KARTHIK SHIVAKUMAR
advise. Thanks in advance and much appreciated. - JMA -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Monday, August 29, 2011 8:05 PM To: java-user@lucene.apache.org Subject: RE: No subsearcher in Lucene 3.3? Why do you need to know the subreader? If you want

RE: No subsearcher in Lucene 3.3?

2011-08-30 Thread Joe MA
: No subsearcher in Lucene 3.3? Why do you need to know the subreader? If you want to get the document's stored fields, use the MultiReader. If you really want to know the subreader, use this: http://lucene.apache.org/java/3_3_0/api/core/org/apache/lucene/util/ReaderUtil.html#subReader(int

Re: No subsearcher in Lucene 3.3?

2011-08-30 Thread Devon H. O'Dell
2011/8/30 Joe MA mrj...@comcast.net: When searching a single collection, no problem.  But if I want to search the two collections at the same time, I need to know which collection the hit came from so I can retrieve the base_path from the database.  These base_paths can be different.  As

RE: No subsearcher in Lucene 3.3?

2011-08-30 Thread Uwe Schindler
://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Devon H. O'Dell [mailto:devon.od...@gmail.com] Sent: Tuesday, August 30, 2011 8:04 PM To: java-user@lucene.apache.org Subject: Re: No subsearcher in Lucene 3.3? 2011/8/30 Joe MA mrj...@comcast.net: When searching a single

No subsearcher in Lucene 3.3?

2011-08-29 Thread Joseph MarkAnthony
Greetings, In the past (Lucene version 2.x) I successfully used MultiSearcher.subsearcher() to identify the searchable within a MultiSearcher to which a hit belonged. In moving to Lucene 3.3, MultiSearcher is now deprecated, and I am trying to create a standard IndexSearcher over a

Re: No subsearcher in Lucene 3.3?

2011-08-29 Thread Devon H. O'Dell
2011/8/29 Joseph MarkAnthony mrj...@comcast.net: Greetings,    In the past (Lucene version 2.x) I successfully used MultiSearcher.subsearcher() to identify the searchable within a MultiSearcher to which a hit belonged. In moving to Lucene 3.3, MultiSearcher is now deprecated, and I am

RE: No subsearcher in Lucene 3.3?

2011-08-29 Thread Uwe Schindler
-Original Message- From: Joseph MarkAnthony [mailto:mrj...@comcast.net] Sent: Monday, August 29, 2011 8:54 PM To: java-user@lucene.apache.org Subject: No subsearcher in Lucene 3.3? Greetings, In the past (Lucene version 2.x) I successfully used MultiSearcher.subsearcher

Re: No subsearcher in Lucene 3.3?

2011-08-29 Thread Devon H. O'Dell
- From: Joseph MarkAnthony [mailto:mrj...@comcast.net] Sent: Monday, August 29, 2011 8:54 PM To: java-user@lucene.apache.org Subject: No subsearcher in Lucene 3.3? Greetings,     In the past (Lucene version 2.x) I successfully used MultiSearcher.subsearcher() to identify the searchable