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
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
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
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