3.1-dev spatial search problem

2010-06-10 Thread nickdos
I'm running the 3.x branch and I'm trying to implement spatial searching. I am able to sort results by distance from a given lat/long using a query like: http://localhost:8080/solr/select/?q=_val_:recip(dist(2, lat_long, vector(-66.5,75.1)),1,1,0)fl=*,score which gives me the expected results

Indexing Problem with SOLR multicore

2010-06-10 Thread seesiddharth
Hi, I am using SOLR with Tomcat server. I have configured two multicore inside the SOLR home directory. The solr.xml file looks like solr persistent=true sharedLib=lib cores adminPath=/admin/cores core name=MyTestCore1 instanceDir=MyTestCore1 dataDir=MyTestCore1/data / core

Re: how to test solr's performance?

2010-06-10 Thread Marc Sturlese
I normally use jmeter, jconsole and iostat. Recently http://www.newrelic.com/solr.html has been released -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-test-solr-s-performance-tp881928p885025.html Sent from the Solr - User mailing list archive at Nabble.com.

Tika language extraction

2010-06-10 Thread Sandhya Agarwal
Hello, It is observed that TIKA does not extract the Content-Language for documents encoded in UTF-8. For natively encoded documents, it works fine. Any idea on how we can resolve this ? Thanks, Sandhya

Re: how to test solr's performance?

2010-06-10 Thread Asif Rahman
I'm currently doing a trial with NewRelic's RPM Gold product. I'm having a great experience so far. Among other things, it gives stats on response time and throughput, broken down by request URL. It also gives stats on heap size and GC. Using this tool, we were able to determine which calls

Re: Need help with document format

2010-06-10 Thread Moazzam Khan
Do we know when it will be added? Are there any alternatives to Solr that do this? Thanks, Moazzam On Wed, Jun 9, 2010 at 10:29 PM, Lance Norskog goks...@gmail.com wrote: This is what Field Collapsing does. It is a complex feature and is not in the Solr trunk yet. On Tue, Jun 8, 2010 at

Re: Tika language extraction

2010-06-10 Thread Ken Krugler
Hi Sandhya, It is observed that TIKA does not extract the Content-Language for documents encoded in UTF-8. For natively encoded documents, it works fine. Any idea on how we can resolve this ? I would post this question to the u...@tika.apache.org mailing list, and include more details on

Re: Indexing HTML

2010-06-10 Thread Blargy
Do I even need to tidy/clean up the html if I use the HTMLStripCharFilterFactory? -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-HTML-tp884497p885797.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to have shards parameter by default

2010-06-10 Thread Joe Calderon
youve created an infinite loop, the shard you query calls all other shards and itself and so on, create a separate requestHandler and query that, ex requestHandler name=/distributed_select class=solr.SearchHandler lst name=defaults str

Re: Can query boosting be used with a custom request handlers?

2010-06-10 Thread Bill Au
You can use the defType param ni the boost local params to use a different handler. Here is an example for using dismax: {!boost b=log(popularity) defType=dismax}foo I do this with a custom handler that I have implemented fro my app. Bill On Wed, Jun 9, 2010 at 11:37 PM, Andy

Schema not replicating when using multicore property parameter

2010-06-10 Thread Turner, Robbin J
If someone has done this it would be helpful for some assistance. I have a master/slave multicore setup where I'm using the solr properties in the solr config. But with the below configuration, the schema is not moving when it has been updated. Replication is working fine and all the

Re: Need help with document format

2010-06-10 Thread Peter Karich
We use this in production since several months. So, try the patch and see if it is working for you as expected, if not, improve it :-) Regards, Peter. Do we know when it will be added? Are there any alternatives to Solr that do this? Thanks, Moazzam On Wed, Jun 9, 2010 at 10:29 PM, Lance

Request log does not show QTime

2010-06-10 Thread R Smith
How do you customize the RequestLog to include the query time, hits, and other stats. Here is my configuration in jetty.xml, but the output does not include any of this information, it looks like this 10.1.38.40 - - [10/06/2010:14:27:05 -0800] POST /solr/select/ HTTP/1.1 200 15010 10.1.38.40 -

Spellcheck and Solrconfig

2010-06-10 Thread Sai . Thumuluri
Hi, We use Solr along with Drupal for our content management needs. The solrconfig.xml that we have from Drupal mentions that we do not spellcheck by default and here is our request handler from solrconfig.xml. First question - why is it recommended that we do not spellcheck by default Secondly

Re: Schema not replicating when using multicore property parameter

2010-06-10 Thread Peter Karich
So the 'enable.master' property works and the 'solr.core.schemaName' not? Maybe solr.core is reservered? - try another name. If you want to externalize the properties then another solution could be to import the whole xml snippet (requestHandler ../requestHanddler) via xml include:

Re: Indexing HTML

2010-06-10 Thread Lance Norskog
Looking at it again, there appears to be only one HTML stripper. Your alternative is to use the regex PatternReplace stuff with some custom patterns. Ok make a stopword list of all html keywords. On Thu, Jun 10, 2010 at 8:00 AM, Blargy zman...@hotmail.com wrote: Do I even need to tidy/clean up

RE: Schema not replicating when using multicore property parameter

2010-06-10 Thread Turner, Robbin J
Yes all the parameters work. This is from the documentation on the wiki for Core Admin. I also use ${solr.core.dataDir}. According to the wiki these are an automatic addition to the core scope. robbin -Original Message- From: Peter Karich [mailto:peat...@yahoo.de] Sent: Thursday,

Solr Delta index questions

2010-06-10 Thread Honglin Li
Hi, all, Assuming my data is in a RDB, and I conduct a full index first, then a delta index every couple of hours. I have the following questions: * Once a delta index is generated, will it get merged with the full index? * Do I still need to generate the full index once a while in order to

Re: Can query boosting be used with a custom request handlers?

2010-06-10 Thread Andy
Thanks Bill. So it's possible to use both dismax and custom request handler in the same query? So the entire query would look something like this? - wt=boboqt=bobobobo.groupby.categoryq={!boost b=log(popularity) defType=dismax}foo Thanks. --- On Thu, 6/10/10, Bill Au bill.w...@gmail.com

solr itas

2010-06-10 Thread sv
Hi, When I type http://127.0.0.1:8080/solr/itas I receive this result in the webpage instead of html page. Does anyone know the reason and/or suggestion to fix it. ?xml version=1.0 encoding=UTF-8 ? - response - lst name=responseHeader int name=status0/int int name=QTime62/int /lst -

Re: Need help with document format

2010-06-10 Thread Moazzam Khan
Thanks for all the help guys. You guys are awesome! Peter: I wish I had the skill to be able to improve it. (and I will try the patch :)) - Moazzam On Thu, Jun 10, 2010 at 3:03 PM, Peter Karich peat...@yahoo.de wrote: We use this in production since several months. So, try the patch and