Re: Please help me articulate this query

2008-12-16 Thread Derek Springer
-- 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 > > > >

Re: Please help me articulate this query

2008-12-15 Thread Otis Gospodnetic
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

Re: Please help me articulate this query

2008-12-15 Thread Derek Springer
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

Re: Please help me articulate this query

2008-12-15 Thread Stephen Weiss
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