Re: Getting page number of result with tika

2013-04-13 Thread Erick Erickson
You can't assume that Fix Version/s 4.3 means anybody is actively working on it, and the age of the patches suggests nobody is. The Fix Version/s gets updated when releases are made, otherwise you'd have open JIRAs for, say, Solr 1.4.1. Near as I can tell, that JIRA is dead, don't look for it unle

Re: Approximately needed RAM for 5000 query/second at a Solr machine?

2013-04-13 Thread Erick Erickson
bq: disk space is three times True, I keep forgetting about compound since I never use it... On Wed, Apr 10, 2013 at 11:05 AM, Walter Underwood wrote: > Correct, except the worst case maximum for disk space is three times. --wunder > > On Apr 10, 2013, at 6:04 AM, Erick Erickson wrote: > >> You'

Re: Use of SolrJettyTestBase

2013-04-13 Thread Erick Erickson
I don't see anything obvious, can you set a breakpoint in any other test and hit it? It's always worked for me if I set a breakpoint and execute in debug mode... Not much help, Erick On Thu, Apr 11, 2013 at 5:01 PM, Upayavira wrote: > On Tue, Apr 2, 2013, at 12:21 AM, Chris Hostetter wrote: >> :

Re: Not able to replicate the solr 3.5 indexes to solr 4.2 indexes

2013-04-13 Thread Erick Erickson
Please make a JIRA and attach as a patch if there aren't any JIRAs for this yet. Best Erick On Fri, Apr 12, 2013 at 1:58 AM, Montu v Boda wrote: > hi > > thanks for your reply. > > is anyone is going to fix this issue in new solr version? because there are > so many guys facing the same problem

Re: solr 3.4: memory leak?

2013-04-13 Thread Dmitry Kan
Hi André, Thanks a lot for your response and the relevant information. Indeed, we have noticed the similar behavior when hot reloading a web-app with solr after changing some of the classes. The only bad consequence of this that luckily does not happen too often, is that the web app becomes stale

Re: Not able to replicate the solr 3.5 indexes to solr 4.2 indexes

2013-04-13 Thread Umesh Prasad
Hi Erick, I have already created a Jira and also attached a Path. But no unit tests. My local build is failing (building from solr 4.2.1 source jar). Please see https://issues.apache.org/jira/browse/SOLR-4703 . -- Umesh On Sat, Apr 13, 2013 at 7:24 PM, Erick Erickson wrote: > Please make a J

CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-13 Thread J Mohamed Zahoor
Hi This question has come up many times in the list with lots of variations (which confuses me a lot). Iam using Solr 4.1. one collection , 6 shards, 6 machines. I am using CloudSolrServer inside each mapper to index my documents…. While it is working fine , iam trying to improve the indexing

Re: CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-13 Thread Mark Miller
On Apr 13, 2013, at 11:07 AM, J Mohamed Zahoor wrote: > Hi > > This question has come up many times in the list with lots of variations > (which confuses me a lot). > > Iam using Solr 4.1. one collection , 6 shards, 6 machines. > I am using CloudSolrServer inside each mapper to index my docu

Re: Easier way to do this?

2013-04-13 Thread William Bell
OK, is d in degrees or miles? On Fri, Apr 12, 2013 at 10:20 PM, David Smiley (@MITRE.org) < dsmi...@mitre.org> wrote: > Bill, > > I responded to the issue you created about this: > https://issues.apache.org/jira/browse/SOLR-4704 > > In summary, use {!geofilt}. > > ~ David > > > Billnbell wrote >

Re: Easier way to do this?

2013-04-13 Thread David Smiley (@MITRE.org)
Good question. With geofilt it's kilometers. - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Easier-way-to-do-this-tp4055474p4055784.html Sent from the Solr - User mailing list archive at Nab

Re: Basic auth on SolrCloud /admin/* calls

2013-04-13 Thread Tim Vaillancourt
This JIRA covers a lot of what you're asking: https://issues.apache.org/jira/browse/SOLR-4470 I am also trying to get this sort of solution in place, but it seems to be dying off a bit. Hopefully we can get some interest on this again, this question comes up every few weeks, it seems. I can

Re: Approximately needed RAM for 5000 query/second at a Solr machine?

2013-04-13 Thread Furkan KAMACI
Hi Jack; Due to I am new to Solr, can you explain this two things that you said: 1) when most people say "index size" they are referring to all fields, collectively, not individual fields (what do you mean with "Segments are on a per-field basis" and all fields, individual fields.) 2) more cores

Re: Which tokenizer or analizer should use and field type

2013-04-13 Thread anurag.jain
I tried both way. (project AND assistant) OR manager "project assistant"~5 OR manager it is working properly. but i got problem. if i give query projec assistant, then it is not able to find out. and what is meaning of ~5 ? If i write *projec assistant* then it is able to find out but it g

Re: Which tokenizer or analizer should use and field type

2013-04-13 Thread anurag.jain
Hi, If you can help me in. It will solve my problem. keyword:(*assistant AND coach*) giving me 1 result. keyword:(*iit AND kanpur*) giving me 2 result. But query:- keyword:(*assistant AND coach* OR (*iit AND kanpur*)) giving me only 1 result. Also i tried. keyword:(*assistant AND coach* OR (

Is any way to return the number of indexed tokens in a field?

2013-04-13 Thread Alexandre Rafalovitch
Hello, We seem to have all sorts of functions around tokenized field content, but I am looking for simple count/length that can be returned as a pseudo-field. Does anyone know of one out of the box? The specific situation is that I am indexing a field for specific regular expressions that become

Solr Thrift APIs

2013-04-13 Thread Kiran J
Hi, Is it possible to access Solr through thrift APIs ? Thanks