Solr -The connection has timed out

2013-12-30 Thread rakesh
I have Solr server running wit jetty. Some times i am getting connection timed out error from the home page. In the logs no errors are shown also .Please help how to resolve this problem.Attaching the log from the Solr INFO - 2013-12-26 02:51:37.460; org.eclipse.jetty.server.Server; jetty-8.1.10.

Re: Solr -The connection has timed out

2013-12-30 Thread rakesh
Finally able to get the full log details ERROR - 2013-12-30 15:13:00.811; org.apache.solr.core.SolrCore; [collection1] Solr index directory '/ctgapps/apache-solr-4.6.0/solr-4.6.0/example/solr/collection1/data/index/' is locked. Throwing exception INFO - 2013-12-30 15:13:00.812; org.apache.solr.c

Re: Mongo DB Users

2014-09-15 Thread Rakesh Varna
Remove Regards, Rakesh Varna On Mon, Sep 15, 2014 at 9:29 AM, Ed Smiley wrote: > Remove > > On 9/15/14, 8:35 AM, "Aaron Susan" wrote: > > >Hi, > > > >I am here to inform you that we are having a contact list of *Mongo DB > >Users *would you be in

Re: Getting started with indexing a database

2012-01-15 Thread Rakesh Varna
Hi Mike, Can you try removing ' from the nested entities? Just keep it in the top level entity. Regards, Rakesh Varna On Wed, Jan 11, 2012 at 7:26 AM, Gora Mohanty wrote: > On Tue, Jan 10, 2012 at 7:09 AM, Mike O'Leary wrote: > [...] > > My data-config.xm

Re: xpathentityprocessor with flattern true

2012-01-15 Thread Rakesh Varna
tes at Regards, Rakesh Varna On Mon, Jan 9, 2012 at 8:32 AM, vrpar...@gmail.com wrote: > am i making any mistake with xpathentityprocessor? > > i am using solr 1.4 > > please help me to solve this problem? > > > > Thanks & Regards, > Vishal Parekh > > > -

Catchall field does not seem to work. Solr 3.4

2012-02-04 Thread Rakesh Varna
s' field data replicated in the 'searchField' tag. I am checking the xml output and hence the tag. Any idea or pointers to what I might be doing wrong? I am using Solr 3.4 with tomcat. Regards, Rakesh Varna

Re: Catchall field does not seem to work. Solr 3.4

2012-02-04 Thread Rakesh Varna
Thanks! I will look into it. Regards, Rakesh Varna On Sat, Feb 4, 2012 at 10:09 AM, Esteban Donato wrote: > also, if you want to search across different fields without specifying > field names, you can use dismax > http://wiki.apache.org/solr/DisMaxQParserPlugin > > > On Sat,

Question on using dynamic fields

2012-04-08 Thread Rakesh Varna
cFields a wrong choice? Is there another way of indexing these fields? Thanks in advance, Rakesh Varna

Re: Question on using dynamic fields

2012-04-09 Thread Rakesh Varna
Hi Erick, Thanks for the response. I am trying to index xml files in a directory. I provide the xpath details, file location etc in data-config.xml. I will try the 2 approaches that you have mentioned. Regards, Rakesh Varna On Mon, Apr 9, 2012 at 3:38 PM, Erick Erickson wrote: > Hmmm,

Re: Question on using dynamic fields

2012-04-09 Thread Rakesh Varna
Hi Erick, The schema browser says that no dynamic fields were indexed. Any idea how do I specify dynamic fields through XPath when I only know the prefix and nothing else? Regards, Rakesh Varna On Mon, Apr 9, 2012 at 4:49 PM, Rakesh Varna wrote: > Hi Erick, >Thanks for the respo

Multiple Update servers

2008-07-28 Thread Rakesh Godhani
SAN. (For example 2 slaves and 2 masters sharing a SAN). We current don¹t have that many records ­ prob about a million and growing. We are mainly concerned about redundancy, then performance. Thanks -Rakesh

Re: Multiple Update servers

2008-07-29 Thread Rakesh Godhani
Thanks for the input, much appreciated. -Rakesh On 7/29/08 12:18 PM, "Matthew Runo" <[EMAIL PROTECTED]> wrote: > As far as I know only one machine can write to an index at a time. > More than that and I got corrupted indexes. > > Thanks! > > Matthew Runo

Re: Multiple Update servers

2008-07-29 Thread Rakesh Godhani
same index as the masters or do you use rsync or some other mechanism to distribute copies. Thanks -Rakesh On 7/29/08 5:07 PM, "Alexander Ramos Jardim" <[EMAIL PROTECTED]> wrote: > You could implement a script that woiuld control which master server is > indexing and put

Boosting fields by default

2008-08-18 Thread Rakesh Godhani
-Rakesh

Re: Boosting fields by default

2008-08-18 Thread Rakesh Godhani
Sweet, cool, thanks -Rakesh On 8/18/08 11:31 AM, "Shalin Shekhar Mangar" <[EMAIL PROTECTED]> wrote: > On Mon, Aug 18, 2008 at 7:12 PM, Rakesh Godhani <[EMAIL PROTECTED]> wrote: > >> >> Hi, I¹m using the data import mechanism to pull data into my index

Solr Newbie question

2008-12-10 Thread Rakesh Sinha
Hi - I am a new user of Solr tool and came across the introductory tutorial here - http://lucene.apache.org/solr/tutorial.html . I am planning to use Solr in one of my projects . I see that the tutorial mentions about a REST api / interface to add documents and to query the same. I would like

Solr 1.3 - DataInputHandler DIH integration

2008-12-12 Thread Rakesh Sinha
find the same. On Thu, Dec 11, 2008 at 12:49 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: > On Wed, Dec 10, 2008 at 11:00 PM, Rakesh Sinha > wrote: >> Hi - >> I am a new user of Solr tool and came across the introductory >> tutorial here - http://lucene.apache.org/solr/

Re: Solr 1.3 - DataInputHandler DIH integration

2008-12-12 Thread Rakesh Sinha
/ExtractingRequestHandler.java contrib/extraction/src/main/java/org/apache/solr/handler/SolrContentHandlerFactory.java contrib/extraction/src/test/java/org/apache/solr/handler/ExtractingRequestHandlerTest.java On Fri, Dec 12, 2008 at 10:40 AM, Rakesh Sinha wrote: > [Changing subject accordin

Solr 1.3 DataImportHandler iBatis integration ..

2008-12-12 Thread Rakesh Sinha
Hi - I was planning to check more details about integrating ibatis query resultsets with the query required for tags . Before I start experimenting more along the lines - I am just curious if there had been some effort done earlier on this end (specifically - how to better integrate DataImport

Re: Solr 1.3 DataImportHandler iBatis integration ..

2008-12-12 Thread Rakesh Sinha
I seem to re-entering the db authentication details and the query once again to use the same. Hence an orthogonal integration might be really useful. On Fri, Dec 12, 2008 at 3:11 PM, Shalin Shekhar Mangar wrote: > On Fri, Dec 12, 2008 at 11:50 PM, Rakesh Sinha wrote: > >> Hi

DataImportHandler - The field :xyz present in DataConfig does not have a counterpart in Solr Schema

2008-12-29 Thread Rakesh Sinha
Hi - I am testing around with the full - import functionality of Data Import Handler. My dataconfig file looks as follows. In solrconfig.xml - I am setting the access for DIH as follows. data-config.xml

Re: DataImportHandler - The field :xyz present in DataConfig does not have a counterpart in Solr Schema

2008-12-29 Thread Rakesh Sinha
dynamic field naming conventions fixed the issue. On Mon, Dec 29, 2008 at 1:36 PM, Rakesh Sinha wrote: > Hi - > I am testing around with the full - import functionality of Data > Import Handler. My dataconfig file looks as follows. > > > >user="us

DataImportHandler full-import: SolrException: Document [null] missing required field: id

2008-12-29 Thread Rakesh Sinha
Hi - My dataconfig.xml looks as follows. When I do a full-import with this revised schema ( where the primary key of the table is not id , but user_id ), I am getting the following error. WARNING: Error creating document : SolrInpu

Equivalent of TermVector.YES in solr - schema

2009-03-02 Thread Rakesh Sinha
I am in the process of porting a Lucene code to Solr. I checked the wiki at - http://wiki.apache.org/solr/SchemaXml for the common porting instructions. But I have a specific query with respect the following line of code, about creating a field / fieldType in Solr Lucene: return new Field(St

Type of object to go into NamedList as part of SearchComponent#process(ResponseBuilder rb)

2009-03-07 Thread Rakesh Sinha
I am developing this system in which I adding custom SearchComponents (last-components) after all the post-processing of the query. server: --- MyComponent extends SearchComponent : @Override public void process(ResponseBuilder rb) { MySerializableType obj = new MySerializableType();

DocSet implementation for around 300K documents - clarification regarding the memory size

2009-03-08 Thread Rakesh Sinha
I have a much smaller document set of 300 K documents that I am talking about. I have some pre-defined queries (totally around 10K ) that I want to implement as facets on the resultset of a given query and return the top N (say 100) of the same. I was planning to pre-compute the DocSet results fo

Re: Type of object to go into NamedList as part of SearchComponent#process(ResponseBuilder rb)

2009-03-08 Thread Rakesh Sinha
rote: > On Sun, Mar 8, 2009 at 5:34 AM, Rakesh Sinha wrote: > >> >> client: >> >> QueryResponse rsp = commonsHttpSolrServer.query( mySolrQuery); >> MySerializableType obj  = rsp.getResponse().get("myresult"); >> >> I was curious if

Multiple Core schemas with single solr.solr.home

2009-04-04 Thread Rakesh Sinha
I am planning to configure a solr server with multiple cores with different schema for themselves with a single solr.solr.home . Are there any examples in the wiki to the wiki ( the ones that I see have a single schema.xml for a given solr.solr.home under schema directory. ). Thanks for helping po

dual of method - CommonsHttpSolrServer(url) to close and destroy underlying httpclient connection

2009-04-17 Thread Rakesh Sinha
When we instantiate a commonshttpsolrserver - we use the following method. CommonsHttpSolrServerserver = new CommonsHttpSolrServer(this.endPoint); how do we do we a 'kill all' of all the underlying httpclient connections ? server.getHttpClient() returns a HttpClient reference, but I am tryi

maxBooleanClauses implications of a high number ?

2009-04-20 Thread Rakesh Sinha
I am configuring solr locally for our apps and for some of our apps - we need to configure maxBooleanQueries in the solr configuration. Right now - we had set it to 8K ( as opposed to the default of 1K) . Our dataset document size is about 500K . We have about 6G of ram (totally) - so ignoring the

using boolean operators with different fields for querying

2009-04-24 Thread Rakesh Sinha
How do I specify boolean operators on a given field to search with the 'q' parameter. For a given index - I have a different documents , document 1 with a field course:"Applied Statistics" document 2 with a field course: "Applied Probability" document 3 with a field course:"Discrete math" I ne

Re: using boolean operators with different fields for querying

2009-04-24 Thread Rakesh Sinha
On Fri, Apr 24, 2009 at 11:51 AM, Shalin Shekhar Mangar wrote: > On Fri, Apr 24, 2009 at 9:08 PM, Rakesh Sinha wrote: > >>  How do I specify boolean operators on a given field to search with >> the 'q' parameter. >> >> For a given index - I have a differen

Delete by query in SOLR 6.3

2018-11-14 Thread RAKESH KOTE
Hi,   We are using SOLR 6.3 in cloud and we have created 2 collections in a single SOLR cluster consisting of 20 shards and 3 replicas each(overall 20X3 = 60 instances). The first collection has close to 2.5 billion records and the second collection has 350 million records. Both the collection u

Re: Solr Cloud existing shards down after enabling SSL

2019-02-11 Thread Rakesh Enjala
Please help *Regards,* *Rakesh Enjala* On Wed, Feb 6, 2019 at 2:59 PM Rakesh Enjala wrote: > Hi, > > We have a solr cloud with 4 nodes installed in two different servers( 1 > on on server and 3 on other server)and a collection with data in 4 shards. > We have enabled SSL f

Solr Cloud Kerberos cookie rejected spnego

2019-06-23 Thread Rakesh Enjala
solr/jaas.conf -Dsun.security.krb5.debug=true -Dsolr.kerberos.cookie.domain= -Dsolr.kerberos.name.rules=DEFAULT -Dsolr.kerberos.principal=HTTP/@ DOMAIN1.COM -Dsolr.kerberos.keytab=/solr/HTTP.keytab" Please help me out! *Regards,* *Rakesh Enjala*

Re: Solr Cloud Kerberos cookie rejected spnego

2019-06-24 Thread Rakesh Enjala
in.config=/solr/jaas.conf -Dsun.security.krb5.debug=true -Dsolr.kerberos.cookie.domain= -Dsolr.kerberos.name.rules=DEFAULT -Dsolr.kerberos.principal=HTTP/@ DOMAIN1.COM <http://domain1.com/> -Dsolr.kerberos.keytab=/solr/HTTP.keytab" Please help me out! *Regards,* *Rakesh Enjala* On