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
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
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
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
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
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
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
, 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
)?
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
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
10 matches
Mail list logo