Re: Solr query syntax.

2013-12-02 Thread Jack Krupansky
Sent: Monday, December 02, 2013 3:17 AM To: solr-user@lucene.apache.org Subject: Re: Solr query syntax. Im using the default qparser that come with solr 4.4 , Is there anything better? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-query-syntax-tp4103784p4104344.html

Re: Solr query syntax.

2013-12-02 Thread Ahmet Arslan
ext: http://lucene.472066.n3.nabble.com/Solr-query-syntax-tp4103784p4104344.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr query syntax.

2013-12-02 Thread elmerfudd
Im using the default qparser that come with solr 4.4 , Is there anything better? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-query-syntax-tp4103784p4104344.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr query syntax.

2013-11-28 Thread Ahmet Arslan
dont consider fields. something like and(blabla , name: "george") It wont throw an exeption, so what is he considering "blablabla" to? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-query-syntax-tp4103784.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Converting Fast ESP queries(fql) to Solr query syntax

2013-11-28 Thread Charlie Hull
On 28/11/2013 14:09, elmerfudd wrote: I would like to perform searches in Solr using queries I extracted from Fast ESP . The queries are written in FQL (fast query language) format and I want to convert them to Solr query syntax . Is there any way to preform a search like this in Solr? Maybe a

Solr query syntax.

2013-11-28 Thread elmerfudd
Is solr ignoring parts of the query that dont consider fields. something like and(blabla , name: "george") It wont throw an exeption, so what is he considering "blablabla" to? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-query-syntax-tp410378

Converting Fast ESP queries(fql) to Solr query syntax

2013-11-28 Thread elmerfudd
I would like to perform searches in Solr using queries I extracted from Fast ESP . The queries are written in FQL (fast query language) format and I want to convert them to Solr query syntax . Is there any way to preform a search like this in Solr? Maybe a tool available? Could not find anything

Re: solr query syntax

2008-06-06 Thread Otis Gospodnetic
executed. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Cam Bazz <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, June 5, 2008 4:14:30 PM > Subject: solr query syntax > > Hello, > >

solr query syntax

2008-06-05 Thread Cam Bazz
Hello, how can we specify in query so it will just bring certain field and query in the default field? for example can I do a year:1998 AND searchword Best Regards, -C.B.

Re: Changing Solr Query Syntax

2008-03-18 Thread Yonik Seeley
n, thanks a lot for answering that fast. > > > > > > > > > Use Case: > > > I'm migrating from a proprietary index server (XYZ) to Solr. All my > > > applications and my customer's applications relay on the query > > specification &g

Re: Changing Solr Query Syntax

2008-03-18 Thread Ben Sanchez
<[EMAIL PROTECTED]> wrote: > > Hi Shalin, thanks a lot for answering that fast. > > > > > > Use Case: > > I'm migrating from a proprietary index server (XYZ) to Solr. All my > > applications and my customer's applications relay on the query &

Re: Changing Solr Query Syntax

2008-03-18 Thread Shalin Shekhar Mangar
r. All my > applications and my customer's applications relay on the query specification > of XYZ. It would be hard to modify all those apps to use the Solr Query > Syntax (although, it would be ideal, Sorl query is a lot superior than that > of XYZ). > > Basically I need

Re: Changing Solr Query Syntax

2008-03-18 Thread Ben Sanchez
Hi Shalin, thanks a lot for answering that fast. Use Case: I'm migrating from a proprietary index server (XYZ) to Solr. All my applications and my customer's applications relay on the query specification of XYZ. It would be hard to modify all those apps to use the Solr Query Syntax (al

Re: Changing Solr Query Syntax

2008-03-18 Thread Ben Sanchez
Shalin, thanks a lot for answering that fast. Use Case: I'm migrating from a proprietary index server (XYZ) to Solr. All my applications and my customer's applications relay on the query specification of XYZ. It would be hard to modify all those apps to use the Solr Query Syntax (al

Re: Changing Solr Query Syntax

2008-03-18 Thread Shalin Shekhar Mangar
Hi Ben, It would be nice if you can tell us your use-case so that we can be more helpful. Why does the normal query syntax not work well for you? What are you trying to accomplish? Maybe there is an easier way. On Tue, Mar 18, 2008 at 8:17 PM, Ben Sanchez <[EMAIL PROTECTED]> wrote: > Hi solr use

Changing Solr Query Syntax

2008-03-18 Thread Ben Sanchez
Hi solr users, I need to change the query format for solr a little bit. How can I accomplish this. I don't wan to modify the underlying lucene query specification but just the way I query the index through the the GET http method in solr. Thanks a lot for your help. Ben