-- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
>
> - Original Message
> > From: Derek Springer
> > To: solr-user@lucene.apache.org
> > Sent: Monday, December 15, 2008 3:40:55 PM
> > Subject: Re: Please help me articulate this query
> >
> >
008 3:40:55 PM
> Subject: Re: Please help me articulate this query
>
> Thanks for the tip, I appreciate it!
>
> However, does anyone know how to articulate the syntax of "(This AND That)
> OR (Something AND Else)" into a query string?
>
> i.e. q=referring:### AND
Thanks for the tip, I appreciate it!
However, does anyone know how to articulate the syntax of "(This AND That)
OR (Something AND Else)" into a query string?
i.e. q=referring:### AND question:###
On Mon, Dec 15, 2008 at 12:32 PM, Stephen Weiss wrote:
> I think in this case you would want to ind
I think in this case you would want to index each question with the
possible referrers ( by title might be too imprecise, I'd go with
filename or ID) and then do a search like this (assuming in this case
it's by filename)
q=(referring:TomCruise.html) OR (question: Tom AND Cruise)
Which see