Duplicates in the suggester.

2012-09-05 Thread sharath jagannath
Not sure whether it is a duplicate question. Did try to browse through the archive and did not find anything specific to what I was looking for. I see duplicates in the dictionary if I update the document concurrently. I am using Solr 3.6.1 with the following configurations for suggester: Solr Co

Re: indexing bigdata

2012-03-08 Thread Sharath Jagannath
; Erick > > On Thu, Mar 8, 2012 at 1:35 PM, Sharath Jagannath > wrote: > > Is indexing around 30 Million documents in a single solr instance > efficient? > > Has somebody experimented it? Planning to use it for an autosuggest > feature > > I am implementing, so expe

Re: Solr 4 near real time commit

2011-12-08 Thread Sharath Jagannath
Kinda off topic why not directly use /solr/update/json?commitWithin=3000, ofcourse with autocommit.maxtime and autoSoftCommit in configs. I am not using the java client but send the docs using the http client. It is doing fairly good for me. Zoie is another option worth looking at. Had very good e

How to connect Solr with external Zookeeper ensemble

2011-08-16 Thread Sharath Jagannath
Hey, How could I connect my solr server with external zookeeper? Thanks, Sharath

Re: Json update using HttpURLConnection

2011-08-04 Thread Sharath Jagannath
Never mind, It was some stupid bug. Figured it out. Cheers, Sharath On Thu, Aug 4, 2011 at 2:35 PM, Sharath Jagannath wrote: > I am trying to post the json update request using > java.net.HttpURLConnection. > > Parameters I am using: > > url : http://localhost:8983/solr/

Json update using HttpURLConnection

2011-08-04 Thread Sharath Jagannath
I am trying to post the json update request using java.net.HttpURLConnection. Parameters I am using: url : http://localhost:8983/solr/update/json?commit=true String data = "[{\"id\" : \"TestDoc7\", \"title\" : \"test 7\"}, {\"id\" : \"TestDoc8\", \"title\" : \"another test 8\"}]";

Does solr support multiple index set

2011-08-03 Thread Sharath Jagannath
Hey, This might be completely naive question. Could, I create more than one instance of index sets on a single instance of solr server? If so, how could I specify which schema to use and which index set to use. I am planning to create 2 separate index set using a single solr server. Data that n

Solr 3.3.0 set-up difficulty

2011-08-02 Thread Sharath Jagannath
Hey, I downloaded solr 3.3.0 and followed the tutorial to check my installation. I do not see any context in the jetty server. This is all I see when I run java -jar start.jar 2011-08-02 18:06:08.439:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 2011-08-02 18:06:08.603:INFO::jetty-6.1-SN