Re: turning off solr server verbosity

2011-11-28 Thread Roland Tollenaar
Hi Ahmet, thanks. Is this not then a jetty setting? I'll search for that. RR Ahmet Arslan wrote: I have not managed to figure out how to prevent verbose output of the solr server. I assume the verbosity on the server side slows down the response and it would be preferable to turn it off? If a

turning off solr server verbosity

2011-11-27 Thread Roland Tollenaar
Hi, I have not managed to figure out how to prevent verbose output of the solr server. I assume the verbosity on the server side slows down the response and it would be preferable to turn it off? If anyone knows how to achieve this, advice would be appreciated. tia. Regards, Roland.

Re: exact matches possible?

2011-11-03 Thread Roland Tollenaar
uery would be q={!term f=Word}apple - maybe you thought "term" was meta, but it is meant literally here. Erik On Nov 3, 2011, at 04:45 , Roland Tollenaar wrote: Hi Erik, thanks for the response. I have ensured the type is string and that the field is indexed. No luck thou

Re: exact matches possible?

2011-11-03 Thread Roland Tollenaar
a term query. q=field:value will work in simple cases (where the value has no spaces or colons, or other query parser syntax), but q={!term f=field}value is the fail-safe way to do that. Erik On Nov 2, 2011, at 07:08 , Roland Tollenaar wrote: Hi, I am trying to do a search that will o

exact matches possible?

2011-11-02 Thread Roland Tollenaar
Hi, I am trying to do a search that will only match exact words on a field. I have read somewhere that this is not what SOLR is meant for but I am still hoping that its possible. This is an example of what I have tried (to exclude spaces) but the workaround does not seem to work. Word:appl

Re: matching reponse and request

2011-09-27 Thread Roland Tollenaar
quest to Solr and got the above back. Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ ________ From: Roland Tollenaar To: solr-user@lucene.apache.org Sent: Saturday, September 24, 2011 4:07 AM Subj

Re: matching reponse and request

2011-09-25 Thread Roland Tollenaar
Hi, actually your are right in the sense that this should be sorted out a layer level lower. I.e. server-client connection level. Done that as well. Thanks for the response. Regards, Roland rkuris wrote: I don't think you can do this. If you are sending multiple GET requests, you are doin

Re: matching reponse and request

2011-09-25 Thread Roland Tollenaar
:: http://search-lucene.com/ ________ From: Roland Tollenaar To: solr-user@lucene.apache.org Sent: Saturday, September 24, 2011 4:07 AM Subject: matching reponse and request Hi, sorry for this question but I am hoping it has a quick solution. I am sending multiple get re

Re: levenshtein ranked results

2011-09-24 Thread Roland Tollenaar
on that page you'll find strdist function documented: http://wiki.apache.org/solr/FunctionQuery#strdist I hope this helps. Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message - From: Roland

matching reponse and request

2011-09-24 Thread Roland Tollenaar
Hi, sorry for this question but I am hoping it has a quick solution. I am sending multiple get request queries to solr but solr is not returning the responses in the sequence I send the requests. The shortest responses arrive back first I am wondering whether I can add a tag to the reque

levenshtein ranked results

2011-09-22 Thread Roland Tollenaar
Hi, I tried an internet search to find out how to query solr to get the results ranked (ordered) by levenshtein distance. This appears to be possible but I could not find a concrete example as to how I would have to formulate the query, or if its a schema setting on a particular field, how t

Re: please help! *:* followed by commit does not work

2011-09-07 Thread Roland Tollenaar
Hi Parvin, Parvin Gasimzade wrote: Use this to clear the solr server. http://localhost:8983/solr/update?stream.body= *:*&commit=true Thanks, this worked first time. Kind regards, Roland On Wed, Sep 7, 2011 at 10:48 AM, Roland Tollenaar wrote: Hi All, I want to clear the solr se

Re: please help! *:* followed by commit does not work

2011-09-07 Thread Roland Tollenaar
curl http://localhost:8983/solr/update?commit=true -H "Content-Type: text/xml" --data-binary '*:*' This executed but still did not clear the data... Thanks. Roland Please see http://wiki.apache.org/solr/UpdateXmlMessages . Regards, Gora

please help! *:* followed by commit does not work

2011-09-07 Thread Roland Tollenaar
Hi All, I want to clear the solr server and start loading documents afresh. According to the information I found on internet I would have to do somethign like this: http://localhost:8983/solr/update?commit=true&-H&Content-Type:&text/xml&--data-binary&;'*:*' which in my case returns: 0na