On 16-Sep-07, at 11:23 PM, Dilip.TS wrote:
Hi,
1)How does the commit works with multiple requests?
Multiple updates? They block while the commit completes.
2)Does SOLR handle the concurrency during updates?
It is parallelized as much as possible, yes.
3)Does solr support any thing like, if I enclose the keywords
within quotes,
then we are searching for exactly those keywords together. Some
thing like
google does, for example if I enclose like this "java programming"
then it
should search for this keyword as a whole instead breaking the
phrase apart.
Indeed it does.
see
http://lucene.apache.org/java/docs/queryparsersyntax.html
http://wiki.apache.org/solr/SolrQuerySyntax
-Mike