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