HTTP ERROR: 500 - java.lang.ArrayIndexOutOfBoundsException

2010-07-16 Thread Girish Pandit
Hi, As soon as I add "sort=first+desc" parameter to the select clause, it throws ArrayIndexOutOfBound exception. Please suggest if I am missing anything. http://localhost:8983/solr/select?q=girish&start=0&indent=on&wt=json&sort=first+desc I have close to 1 million records indexed. Thanks Gi

Re: how to change the default path of Solr Tomcat

2010-07-21 Thread Girish Pandit
it seems like you are using Default server (Jetty with port 8983), also it looks like you are trying to run it with command "java -jar start.jar" if so then under same directory there is another directory called "webapps" go in there, rename "solr.war" to "search.war" bounce server and you shou

how to Protect data

2010-07-25 Thread Girish Pandit
Hi, I was being ask about protecting data, means that the search index data is stored in the some indexed files and when you open those indexed files, I can clearly see the data, means some texts, e.g. name, address, postal code etc. is there anyway I can hide the data? means some kind of da

"SELECT" on a Rich Document to download/display content

2010-07-25 Thread Girish Pandit
Hi, I indexed a word document, when I do select, it shows the file name. How can I display content? also if I add "hl=true", is this going to show me the line with the highlight from the word document? I am using below URL to do select: http://localhost:8983/solr/select/?q=Management it sho

Re: DIH transformer script size limitations with Jetty?

2010-08-11 Thread Girish Pandit
Have you tried changing the -Xmx value to bump to -Xmx1300m? I had some problem with DIH loading the data and when I bumped the memory everything worked fine! harrysmith wrote: To follow up on my own question, it appears this is only an issue when using the DataImport console debugging tools.

how are you using Solr?

2010-09-26 Thread Girish Pandit
I am trying to understand the width of its usage! I am from Finance and I am using for content/material search, initially we were storing these in the database but we had performance issues with the search. so later on we moved to Solr. How about you? why did you choose Solr and what business