Ant build question

2007-04-18 Thread Andrew Nagy
Hello, I would like to play with patch SOLR-69 and am trying to rebuild solr using ant with some difficulties. When I try to run ant, I get an error saying that it can't find junit, but junit is in the ant lib directory. I had a file called ant-junit.jar in the lib directory and copied it to

Re: Ant build question

2007-04-18 Thread Andrew Nagy
Erik Hatcher wrote: ant-junit.jar != junit.jar rename it back, and grab junit.jar from junit.org Easy enough. Thanks! Andrew

RE: strange results from lucene

2007-04-18 Thread Bill Tantzen
Thanks to all that responded! This did the trick. I used admin/analysis.jsp to determine how solr indexed my data and how solr parses my query. I used a QueryParser and applied the same filters to my query, and now my results match exactly. Thanks again! -Original Message- From:

Re: Requests per second/minute monitor?

2007-04-18 Thread Jeff Rodenburg
Not yet from us, but I'm thinking about a nagios plugin for Solr. It would be tomcat-based for the http stuff, however. On 4/18/07, Walter Underwood [EMAIL PROTECTED] wrote: Is there a good spot to track request rate in Solr? Has anyone built a monitor? wunder -- Search Guru Netflix

Re: Error when try to find_by_solr

2007-04-18 Thread Yonik Seeley
On 4/18/07, solruser [EMAIL PROTECTED] wrote: dynamicField name=*_i type=integer indexed=true stored=true/ The root of the problem is that your integer field did not have an integer in it. Did you change the type of the schema after you indexed the data? If so, start over. The other

Re: Requests per second/minute monitor?

2007-04-18 Thread Yonik Seeley
On 4/18/07, Walter Underwood [EMAIL PROTECTED] wrote: I noticed that admin/stats.jsp gives the total requests since startup. If the monitor keeps the previous value, it can calculate the rate at the client. Something based off of access logs is more universal since it works across many

Re: Facet Browsing

2007-04-18 Thread Koji Sekiguchi
Hi Jennifer, I can't seem to get things like facet.mincount to work. We had same issue when we used Solr incubator version. Now we are using trunk version of Solr and the issue was gone. Hope this helps, Koji

resin faile to start with solr.

2007-04-18 Thread James liu
It work well when i use tomcat with solr now i wanna test resin,,,i use resin-3.1.0 now it show me [03:47:34.047] WebApp[http://localhost:8080] starting [03:47:34.691] WebApp[http://localhost:8080/resin-doc] starting [03:47:34.927] WebApp[http://localhost:8080/solr1] starting [03:47:35.051]

help need on words with special characters

2007-04-18 Thread Doss
Hi, I am new to solr(and 0 in lucene), my doubt is how can i protect words with special characters from tokenizing, sat for example A+, A1+ etc. because when i searched for group A i am getting results with A+ aswell as A1+ and so on, is there any special way to index these type of words?