Re: Multiple terms in query

2011-04-02 Thread lboutros
You could turn on the debug mode, there is a part which explain the scoring of the query. It is a bit tricky but that could help. Could you paste your query (full url), and the field definition in your schema please ? Ludovic. - Jouve France. -- View this message in context: http://lucene.4

Re: Multiple terms in query

2011-04-02 Thread Ahmet Arslan
> When I search multiple terms in solr query , though I get > all the results > containing either of the terms , but the results which > contain both terms > are outranked by the others. For example: > > Panasonic Camera > > most of the top results are those which contain "Panasonic" > ,  and the

Using EmbeddedSolrServer with static documents

2011-04-02 Thread michael.i
Hi, I am new to solr so please excuse me if my question sounds basic. I would like to use the EmbeddedSolrServer. It happens that all examples I've found on the web use documents that have been generated dynamically such as: SolrServer solrServer = new EmbeddedSolrServer(container, "core"); Solr

admin/index.jsp double submit on IE

2011-04-02 Thread Jeffrey Chang
Hi, I noticed /admin/index.jsp could issue a double submit on IE causing Jetty to error out. Fixed by modifying index.jsp's javascript submit to return false. ... queryForm.submit(); return false; ... Not sure if I should log a defect for this or not. - Jeff

Multiple Words in String

2011-04-02 Thread Chris Fauerbach
Good afternoon everyone! I am stumped, and I would love some help.I'm new to solr/lucene, but I have thrown myself into it, so I think I have a solid understanding. Using the analysis tool in the admin interface, I see these words stemmed and processed as I assume they would be, so I'm stuck.

Re: Question about http://wiki.apache.org/solr/Deduplication

2011-04-02 Thread Chris Hostetter
: Is it possible in solr to have multivalued "id"? Or I need to make my : own "mv_ID" for this? Any ideas how to achieve this efficiently? This isn't something the SignatureUpdateProcessor is going to be able to hel pyou with -- it does the deduplication be changing hte low level "update" (impl

Re: Spellchecking Escaped Queries

2011-04-02 Thread Chris Hostetter
: I'm having an issue performing a spellcheck on some information and : search of the archive isn't helping. For this type of quesiton, there's not much feedback anyone can offer w/o knowing exactly what analyzers you have configured for hte various fieldtypes (both the field you index/search a

Re: Solr, cURL, and Java runtime

2011-04-02 Thread Chris Hostetter
: : I'm experiencing something weird while trying to post updates to Solr docs : via cURL from exec in Java runtime. I can't figure out if this is something : strange with Solr's update mechanism, cURL, or Java runtime oddities, so There are so many frightening things in that sentence i don't ev