Re: SolrJ and JSON in Solr -1.3

2008-09-14 Thread Erik Hatcher
If the client wants JSON, then it seems passing it straight from Solr through the application server tier (hypothetical architecture here) to the client as JSON is a nice way to go. If the client can talk directly to Solr, then definitely just &wt=json and carry on, but more often then not

Re: SolrJ and JSON in Solr -1.3

2008-09-14 Thread Jon Baer
Hmm am I missing something but isn't the real point of SolrJ to be able to use the binary (javabin) format to keep it small / tight / compressed? I have had to proxy Solr recently and found just throwing a SolrDocumentList as a JSONArray (via json.org libs) works pretty well (YMMV). I was

Re: SolrJ and JSON in Solr -1.3

2008-09-14 Thread Erik Hatcher
On Sep 14, 2008, at 2:51 PM, Julio Castillo wrote: What is the status of JSON support via SolrJ? Requires a custom ResponseParser. See SOLR-402 for a couple of implementation ideas: Maybe this code is no longer current to trunk? I want

Sending queries to multicore installation

2008-09-14 Thread Rogerio Pereira
Hi! I have a multicore installation with the following configuration: Each core uses different schemas, I indexed some docs shopping core and a few others on tourism core, when I send a query "a*" to tourism core I'm getting docs from shopping core,

Re: Is Solr suitable for my application?

2008-09-14 Thread Otis Gospodnetic
Sergey, I don't think you missed anything (unless you count a number of nice features that Solr has that you didn't explicitly list) - Solr indeed sounds like a good fit. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Sergey Nikitin <[EMA

Is Solr suitable for my application?

2008-09-14 Thread Sergey Nikitin
Hello everyone, In our web app we got about 10 million of documents, structure of document is (only what is important for searching): ~10 Short fields (20 chars max) 1 Long field - represents content of the document, stored as xml. On average about 50k chars in xml, with about 500 chars of import

SolrJ and JSON in Solr -1.3

2008-09-14 Thread Julio Castillo
What is the status of JSON support via SolrJ? I want to be able to specify a parser such as the XMLResponseParser on my SolrServer. What are my options? I guess I could get an XML response and then convert it to JSON? I rather not. There is a JIRA entry SOLR-402, but real resolution to it per the

Re: about boost weight

2008-09-14 Thread Norberto Meijome
On Sat, 13 Sep 2008 16:17:12 + zzh <[EMAIL PROTECTED]> wrote: >I think this is a stupid method, because the search conditions is too > long, and the search efficiency will be low, we hope you can help me to solve > this problem. Hi, IMHO,a long set of conditions doesn't make it stupid. Yo