SOLR Installation / Configuration related

2017-01-15 Thread Prasanna S. Dhakephalkar
Hi, I have a standalone installation of solr 5.3.1 Recently I have started facing an issue, whenever the Garbage collector kicks in, and at that time if there is a request to solr, Solr (http) responds back with status 0 and the service is not served, it gets served after few seconds.

RE: Again : Query formulation help

2016-11-27 Thread Prasanna S. Dhakephalkar
constraints. Best, Michael Am 24.11.2016 um 11:40 schrieb Prasanna S. Dhakephalkar: > Hi, > > > > Need to formulate a distinctive field values query on 4 fields with > minimum match on 2 fields > > > > I have 4 fields in my core > > Code 1 : Values betw

RE: Again : Query formulation help

2016-11-24 Thread Prasanna S. Dhakephalkar
when there are more than four constraints. Best, Michael Am 24.11.2016 um 11:40 schrieb Prasanna S. Dhakephalkar: > Hi, > > > > Need to formulate a distinctive field values query on 4 fields with > minimum match on 2 fields > > > > I have 4 fields in my core &g

Again : Query formulation help

2016-11-24 Thread Prasanna S. Dhakephalkar
Hi, Need to formulate a distinctive field values query on 4 fields with minimum match on 2 fields I have 4 fields in my core Code 1 : Values between 1001 to Code 2 : Values between 1001 to Code 3 : Values between 1001 to Code 4 : Values between 1001 to I want to

RE: Query formulation help

2016-11-05 Thread Prasanna S. Dhakephalkar
was constant for every query. The syntax is challenging, but it can be done. I won't confuse the issue more unless you need something like that - let me know if you do. On Wed, Oct 26, 2016 at 9:52 AM, Tom Evans <tevans...@googlemail.com> wrote: > On Wed, Oct 26, 2016 at 4:00 PM, Pr

RE: Query formulation help

2016-10-26 Thread Prasanna S. Dhakephalkar
very query. The syntax is challenging, but it can be done. I won't confuse the issue more unless you need something like that - let me know if you do. On Wed, Oct 26, 2016 at 9:52 AM, Tom Evans <tevans...@googlemail.com> wrote: > On Wed, Oct 26, 2016 at 4:00 PM, Prasanna S. Dhake

RE: Query formulation help

2016-10-26 Thread Prasanna S. Dhakephalkar
donot know what. May be how to invoke functions. Regards, Prasanna. -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Wednesday, October 26, 2016 3:07 PM To: solr-user@lucene.apache.org Subject: Re: Query formulation help On Wed, Oct 26, 2016 at 8:03 AM, Prasan

Query formulation help

2016-10-26 Thread Prasanna S. Dhakephalkar
Hi, May be very rudimentary question There is a integer field in a core : "cost" Need to build a query that will return documents where 0 < "cost"-given_number < 500 How can this be achieved ? Thanks. Prasanna.

RE: query formulation

2016-09-09 Thread Prasanna S. Dhakephalkar
Hi, Further search on net got me answer The query to be a_id:20 OR (*:* NOT a_id:*) I don't understand this syntax I am bit raw at solr query formations :) Regards, Prasanna. From: Prasanna S. Dhakephalkar [mailto:prasann...@merajob.in] Sent: Saturday, September 10, 2016 8

query formulation

2016-09-09 Thread Prasanna S. Dhakephalkar
Greetings Group, I am attempting to formulate a query that gives me all the records such that 1. The record does not have field a_id 2. If a_id field exists then it should have a value 20 So, for 1. I used -a_id:* (got 25 results) For 2. I used a_id:20 (got 3 results)

RE: using variables in data-config.xml

2016-08-11 Thread Prasanna S. Dhakephalkar
=full-import=jdbc:hsqldb:./example-DIH/hsqldb/ex dbcuse r=sa=secret" Regards Srinivas Meenavalli -Original Message----- From: Prasanna S. Dhakephalkar [mailto:prasann...@merajob.in] Sent: Thursday, August 11, 2016 4:40 PM To: solr-user@lucene.apache.org Subject: using variables in data-conf

using variables in data-config.xml

2016-08-11 Thread Prasanna S. Dhakephalkar
Hi, I have 7 cores. In each data-config.xml , I have There is similar structures on production, testing and partner instances. So if I have to make changes I have to do in all data-config files. I am looking for a mechanism where some variables Like dbname=abcd

RE: Query String Limit

2016-05-06 Thread Prasanna S. Dhakephalkar
and in the solr logs? Did you reload the core/restarted solr after bumping up the solrconfig? Thanks, Susmit On Wed, May 4, 2016 at 9:45 PM, Prasanna S. Dhakephalkar < prasann...@merajob.in> wrote: > Hi > > We had increased theto a large number, but it did > not work > > Here

RE: Query String Limit

2016-05-04 Thread Prasanna S. Dhakephalkar
Hi We had increased the maxBooleanClauses to a large number, but it did not work Here is the query http://localhost:8983/solr/collection1/select?fq=record_id%3A(604929+504197+ 500759+510957+624719+524081+544530+375687+494822+468221+553049+441998+495212

Query String Limit

2016-05-03 Thread Prasanna S. Dhakephalkar
Hi, I have a solr 5.3.1 standalone installation. When a query is fired on the browser, If the number of characters in the url is 6966, then I get the result, but if it is increased by 1 character, making the URL 6967 then solr does not return any result and screen goes blank. I am not

RE: How to formulate query

2015-10-14 Thread Prasanna S. Dhakephalkar
; Nothing exists currently that would do this. I would urge you to > revisit the requirements, this kind of super-specific ordering is > often not worth the effort to try to enforce, how does the _user_ > benefit here? > > Best, > Erick > > On Mon, Oct 12, 2015 at 1

How to formulate query

2015-10-12 Thread Prasanna S. Dhakephalkar
Hi, I am trying to make a solr search query to get result as under I am unable to get do I have a search term say "pit" The result should have (in that order) All docs that have "pit" as first WORD in search field (pit\ *)+ All docs that have first WORD that starts with "pit"