Re: Solr Query UI

2013-04-04 Thread scallawa
I found the problem. The values that we have for cat-path include the special character "/". This was not a special character in pre 4.0 releases. That explains why it worked in my previous version but not in 4.2. Pre 4.0 Lucene supports escaping special characters that are part of the query

Re: Solr Query UI

2013-04-04 Thread scallawa
We are still in the testing phase for 4.2. A new server was built and the latest tomcat, java and solr were installed. The schema file was copied over from the old and then customized as follows. Schema Changes We changed all float field types to tfloat. The solrqueryparser default operator is s

Re: Solr Query UI

2013-04-04 Thread Gora Mohanty
On 4 April 2013 22:11, scallawa wrote: > I am trying to understand how to plug data into the solr query option from > the UI. > > The query below works on our old solr version (1.3) but does not return > results on 4.2. I pulled it from the catalina log file. I am trying to > plug in the values