Re: two types of answers in my query

2013-07-10 Thread Mysurf Mail
nt will be selected. And if you > have a "type" field, you can check that to see if a car or part was matched > in the results. > > -- Jack Krupansky > > -Original Message- From: Mysurf Mail > Sent: Tuesday, July 09, 2013 2:38 AM > To: solr-user@lucene.a

Re: two types of answers in my query

2013-07-09 Thread Jack Krupansky
if a car or part was matched in the results. -- Jack Krupansky -Original Message- From: Mysurf Mail Sent: Tuesday, July 09, 2013 2:38 AM To: solr-user@lucene.apache.org Subject: two types of answers in my query Hi, A general question: Let's say I have Car And CarParts 1:n relatio

Re: two types of answers in my query

2013-07-08 Thread Gora Mohanty
On 9 July 2013 12:08, Mysurf Mail wrote: > Hi, > A general question: > > > Let's say I have Car And CarParts 1:n relation. > > And I have discovered that the user had entered in the search field instead > of car name - a part serial number (SKU). > (I discovered it useing regex) > > Is there a way

two types of answers in my query

2013-07-08 Thread Mysurf Mail
Hi, A general question: Let's say I have Car And CarParts 1:n relation. And I have discovered that the user had entered in the search field instead of car name - a part serial number (SKU). (I discovered it useing regex) Is there a way to fetch different types of answers in Solr? Is there a way