That sounds a bit strange. Did you do the changes in the schema.xml before
starting the server? Because if you change it while it is running, it will
by default delete and replace the file (discarding any changes you make).
In other words, make sure the server is not running, make your changes and
then start up the server. Apart from that, I can't really see any reason
for this to not work...
- Aleks
On Thu, 20 Nov 2008 22:03:30 +0100, ashokc <[EMAIL PROTECTED]> wrote:
Hi,
I have set
<solrQueryParser defaultOperator="AND"/>
but it is not taking effect. It continues to take it as OR. I am working
with the latest nightly build 11/20/2008
For a querry like
term1 term2
Debug shows
<str name="parsedquery">content:term1 content:term2>/str>
Bug?
Thanks
- ashok