Re: Solr Search - Issue

2017-02-14 Thread Alexandre Rafalovitch
Where do the sentence boundaries come from? Solr would not be able to automatically identify those, but if you can feed this text as a multi-valued field with each sentence separate, you may be able to use something like SurroundQueryParser: https://cwiki.apache.org/confluence/display/solr/Other+Pa

Solr Search - Issue

2017-02-14 Thread Neeraj Kumar
Hi Team, I am new to solr and need your help. My problem statement is as below I have uploaded document in solr as below. #sb# represents sentence begining and #se# represents senetence ending. Now I want to search terms which occur in same sentence . If I search for q=text:"Federer Wimble

Re: SOLR - Search Issue

2012-11-12 Thread Otis Gospodnetic
, ravi.n wrote: > Thanks. > Can be this done by Solr or should we write Java class? > > Regards, > Ravi > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-Search-Issue-tp4019816p4019939.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: SOLR - Search Issue

2012-11-12 Thread ravi.n
Thanks. Can be this done by Solr or should we write Java class? Regards, Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Search-Issue-tp4019816p4019939.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR - Search Issue

2012-11-12 Thread Otis Gospodnetic
the old Index format 2.9 to newer? > > This has been a show stopper for us, any help would be really appreciated. > > Regards, > Ravi > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-Search-Issue-tp4019816.html > Sent from the Solr - User mailing list archive at Nabble.com. >

SOLR - Search Issue

2012-11-12 Thread ravi.n
d Index format 2.9 to newer? This has been a show stopper for us, any help would be really appreciated. Regards, Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Search-Issue-tp4019816.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr search issue

2012-11-03 Thread Erick Erickson
ingapore > Blk 1022 Tai Seng Avenue #06-3530 > Tai Seng Ind. Est. Singapore 534415 > DID: (65) 6550 5383 FAX: (65) 6550 5459 > email: romita.s...@sg.panasonic.com > > > > From: Erick Erickson > To: solr-user@lucene.apache.org, > Date: 11/02/2012 02:42 PM >

Re: solr search issue

2012-11-02 Thread Jack Krupansky
more terms), then you will get ALL documents that match ANY of the terms. If you want ONLY the documents that match ALL of the terms, set the default query operator (q.op) to "AND". -- Jack Krupansky -Original Message- From: Romita Saha Sent: Friday, November 02, 2012 4:01

Re: solr search issue

2012-11-02 Thread Romita Saha
From: Erick Erickson To: solr-user@lucene.apache.org, Date: 11/02/2012 02:42 PM Subject:Re: solr search issue First, define a "free text search". If what you're after is that your terms (i.e. q=term1 term2) get spread across multiple fields, simply add them to yo

Re: solr search issue

2012-11-01 Thread Erick Erickson
> From: Gora Mohanty > To: solr-user@lucene.apache.org, > Date: 11/02/2012 12:36 PM > Subject:Re: solr search issue > > > > On 2 November 2012 09:51, Romita Saha > wrote: > > > > Hi, > > > > I am trying to search a database . In my

Re: solr search issue

2012-11-01 Thread Romita Saha
Hi, Thank you for your reply. What if I want to do a free text search? Thanks and regards, Romita From: Gora Mohanty To: solr-user@lucene.apache.org, Date: 11/02/2012 12:36 PM Subject:Re: solr search issue On 2 November 2012 09:51, Romita Saha wrote: > > Hi, &g

Re: solr search issue

2012-11-01 Thread Gora Mohanty
On 2 November 2012 09:51, Romita Saha wrote: > > Hi, > > I am trying to search a database . In my database I have a field level2. > > My query: > http://localhost:8983/solr/db/select/?defType=dismax&q=search%20level2&qf=data%20id^2%20&start=0&rows=11&fl=data,id Where did you get this syntax from?

solr search issue

2012-11-01 Thread Romita Saha
Hi, I am trying to search a database . In my database I have a field level2. My query: http://localhost:8983/solr/db/select/?defType=dismax&q=search%20level2&qf=data%20id^2%20&start=0&rows=11&fl=data,id When I make the above query, I do not get any response. However I get the require the respo

Solr Search issue while making multivalued field to signle valued.

2012-01-05 Thread meghana
document than previously (multivalued - xpathentity processor) what should be the cause of this? and how/what changes needed so that it works as previously? Thanks Meghana -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Search-issue-while-making-multivalued-field-to