Erratic Behaviour From Filters

2010-12-10 Thread Lohrenz, Steven
Hi, I have implemented a QueryParser that queries another solr core and returns a list of values (resourceIds) that are the primary solr key on the main core. I then query the main core using the resourceId to retrieve the Lucene docId. I build up an array of ints of these doc ids. I put this a

RE: Return Lucene DocId in Solr Results

2010-12-02 Thread Lohrenz, Steven
Ahhh, you're already down in Lucene. That makes things easier... See TermDocs. Particularly seek(Term). That'll directly access the indexed unique key rather than having to form a bunch of queries. Best Erick On Thu, Dec 2, 2010 at 8:59 AM, Lohrenz, Steven wrote: > I would be int

RE: Return Lucene DocId in Solr Results

2010-12-02 Thread Lohrenz, Steven
are some tricks you could try if there are performance issues Best Erick On Thu, Dec 2, 2010 at 7:47 AM, Lohrenz, Steven wrote: > I know the doc ids from one core have nothing to do with the other. I was > going to use the docId returned from the first core in the solr results and &g

RE: Return Lucene DocId in Solr Results

2010-12-02 Thread Lohrenz, Steven
On Tue, Nov 30, 2010 at 6:57 AM, Lohrenz, Steven wrote: > Hi, > > I was wondering how I would go about getting the lucene docid included in > the results from a solr query? > > I've built a QueryParser to query another solr instance and and join the > results of the two

RE: Return Lucene DocId in Solr Results

2010-11-30 Thread Lohrenz, Steven
also saw something about cacheing them using a Field Cache - how would I do that? Thanks, Steve -Original Message- From: Lohrenz, Steven [mailto:steven.lohr...@hmhpub.com] Sent: 30 November 2010 11:57 To: solr-user@lucene.apache.org Subject: Return Lucene DocId in Solr Results Hi, I

Return Lucene DocId in Solr Results

2010-11-30 Thread Lohrenz, Steven
Hi, I was wondering how I would go about getting the lucene docid included in the results from a solr query? I've built a QueryParser to query another solr instance and and join the results of the two instances through the use of a Filter. The Filter needs the lucene docid to work. This is th

RE: Searching Across Multiple Cores

2010-11-03 Thread Lohrenz, Steven
7;t really have anything to do with shards/distributed search -- you add in distributed search for performance or giant-size-of-index purposes, but it doesn't change your schema design or queries. Lohrenz, Steven wrote: > Ken, > > Ok, I understand how the distributed search works, but I

RE: Searching Across Multiple Cores

2010-10-14 Thread Lohrenz, Steven
, which was probably what it was: something resembling white marble. -- Douglas Adams, "The Hitchhikers Guide to the Galaxy" On Thu, Oct 14, 2010 at 4:25 AM, Lohrenz, Steven wrote: > Ken, > > I have been through that page many times. I could use Distributed search > for what? The

RE: Searching Across Multiple Cores

2010-10-14 Thread Lohrenz, Steven
)? Cheers, Steve -Original Message- From: Ken Stanley [mailto:doh...@gmail.com] Sent: 13 October 2010 20:08 To: solr-user@lucene.apache.org Subject: Re: Searching Across Multiple Cores On Wed, Oct 13, 2010 at 2:11 PM, Lohrenz, Steven wrote: > Hi, > > I am trying to figure out if

Searching Across Multiple Cores

2010-10-13 Thread Lohrenz, Steven
Hi, I am trying to figure out if how I can accomplish the following: I have a fairly static and large set of resources I need to have indexed and searchable. Solr seems to be a perfect fit for that. In addition I need to have the ability for my users to add resources from the main data set to a