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 wrote: > We use this in production since several months. > So, try the patch and see if it is work

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. - - 0 62 - - 1.0 - Lucid Imagination - USA - Thanks,

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=bobo&qt=bobo&bobo.groupby.category&q={!boost b=log(popularity) defType=dismax}foo Thanks. --- On Thu, 6/10/10, Bill Au wrote: > From: Bil

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 i

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, J

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 wrote: > > Do I even need to tidy/clean up the html if I use

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 (...) via xml include: http://wiki.apache.org/solr/SolrConfigXml#XI

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

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 -

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

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 paramete

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 wrote: > I w

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 localhost:7500/solr,localhost:7501/solr,localhost:7502/solr,localhost:7503/solr,localhost:7504/solr,localhost:7505/solr,localhost:7506/

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: 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 o

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 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 9:15 AM, Moazzam

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 wer

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 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.