Re: Query regarding Solr Search

2019-08-07 Thread Shawn Heisey
On 8/7/2019 6:39 AM, Khare, Kushal (MIND) wrote: Hello People ! Hope you all are doing good ! Well, I am new to the solr server and want to use it for content search in one of my applications. I have already been working upon it since quite a few days, and have the basics done. The issue that

Query regarding Solr Search

2019-08-07 Thread Khare, Kushal (MIND)
Hello People ! Hope you all are doing good ! Well, I am new to the solr server and want to use it for content search in one of my applications. I have already been working upon it since quite a few days, and have the basics done. The issue that I have is, I want my search to be restricted only

Re: Query regarding solr search

2012-10-30 Thread Romita Saha
Did you change it in schema.xml ?? Thanks and regards, Romita From: Leena Jawale To: "'solr-user@lucene.apache.org'" <'solr-user@lucene.apache.org'>, Cc: "Sawant, Amit2 " Date: 10/31/2012 12:07 PM Subject:Query regarding s

Re: Query regarding solr search

2012-10-30 Thread Jack Krupansky
, October 31, 2012 12:06 AM To: 'solr-user@lucene.apache.org' Cc: Sawant, Amit2 Subject: Query regarding solr search Hi, My XML file is 1001 IBM 1001 INFPW03772 22/4/2010 1000 1002 DELL 1002 INFPW03734 09/7/2010 5000 But still the SerialNo and price1 working according to

Query regarding solr search

2012-10-30 Thread Leena Jawale
e.org' Cc: 'Sawant, Amit2 ' Subject: RE: Query regarding solr search Hi, I understand that in the solr search considering the field type as text_en and not as int for the fields. So how do I convert the field type of a particular field in solr XML as int so that I can operate

Re: Query regarding solr search

2012-10-30 Thread Jack Krupansky
-- Jack Krupansky -Original Message- From: Leena Jawale Sent: Tuesday, October 30, 2012 7:27 AM To: solr-user@lucene.apache.org Cc: Sawant, Amit2 Subject: RE: Query regarding solr search Hi, I understand that in the solr search considering the field type as text_en and not as int

Re: Query regarding solr search

2012-10-30 Thread Gora Mohanty
On 30 October 2012 16:57, Leena Jawale wrote: > Hi, > > I understand that in the solr search considering the field type as text_en > and not as int for the fields. > So how do I convert the field type of a particular field in solr XML as int > so that I can operate that > field for range queries

RE: Query regarding solr search

2012-10-30 Thread Leena Jawale
: Tuesday, October 30, 2012 12:18 PM To: 'solr-user@lucene.apache.org' Cc: 'Sawant, Amit2 ' Subject: Query regarding solr search Hi, I have created Solr XML data source. And on that I am working on less than operator. I tried q=SerialNo:[ * TO 500 ].But It is showing records

Query regarding solr search

2012-10-29 Thread Leena Jawale
Hi, I have created Solr XML data source. And on that I am working on less than operator. I tried q=SerialNo:[ * TO 500 ].But It is showing records having SerialNo=1000. Could you help me this.? Thanks, Leena Jawale The contents of this e-mail and any attachmen

Re: Query regarding Solr search options..

2009-06-23 Thread Otis Gospodnetic
e 23, 2009 11:04:53 PM > Subject: Query regarding Solr search options.. > > > Hi, > > Can Solr search be customized to provide N number of lines before and after > the > line that contains matches the keyword. > > For eg: Suppose i have a document with 10 lines,

Query regarding Solr search options..

2009-06-23 Thread Silent Surfer
Hi, Can Solr search be customized to provide N number of lines before and after the line that contains matches the keyword. For eg: Suppose i have a document with 10 lines, and 5th line contains the key word 'X' I am interested in. Now if I am fire a Solr search for the keyword 'X'. Is there