solr 374- error on commit

2008-10-20 Thread Sunil Sarje
Getting following exception when i try to commit the index 2nd time onwards. fyi..I am sending commit command via http post just to reload the index. at java.lang.Thread.run(Thread.java:595) y: org.apache.lucene.store.AlreadyClosedException: this Directory is clo at org.apache.lucene.store.Direc

Issue with Query Parsing '+' works as 'OR'

2008-10-20 Thread Sunil Sarje
I am working with nightly build of Oct 17, 2008 and found the issue that something wrong with Query Parsing; It takes + as OR e.g. q=first_name:joe+last_name:smith is behaving as OR instead of AND. Default operator is set to AND in schema.xml Is there any new configuration I need to put in pl

query parsing issue + behavior as OR (solr 1.4-dev)

2008-10-20 Thread Sunil Sarje
I am working with nightly build of Oct 17, 2008 and found the issue that something wrong with LuceneQParserPlugin; It takes + as OR e.g. q=first_name:joe+last_name:smith is behaving as OR instead of AND. Default operator is set to AND in schema.xml Is there any new configuration I need to put

searching like RDBMS way

2008-04-02 Thread Sunil . Sarje
This is very general requirement and I am sure somebody might have thought about the solution. Sample scenario to explain my question --- There is a many-to-many relationship between 2 entities - Sales Person & Client One sales person can work for many clients. One Client may be served by many