Solr starts without error but not working

2017-06-17 Thread Nawab Zada Asad Iqbal
Hi So I am deploying solr 6.5.1 using puppet to another machine (which I can ssh to) . The logs have no error but solr home page has nothing (no response from server) . Using curl also showed empty response. What could be wrong ? The server is writing logs and also found the core folder; so

Re: Issue with highlighter

2017-06-17 Thread Ali Husain
Damien, I tried that too before I sent the email. Nothing :/ http://localhost:8983/solr/testHighlight/select?hl.q=something=*=on=on=something=json This is a bug, right? From: Damien Kamerman Sent: Friday, June 16, 2017 12:11:57 AM To:

Indexing PDF files with Solr 6.6 while allowing highlighting matched text with context

2017-06-17 Thread ZiYuan
Hi, I am new to Solr and I need to implement a full-text search of some PDF files. The indexing part works out of the box by using bin/post. I can see search results in the admin UI given some queries, though without the matched texts and the context. Now I am reading this post

Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-17 Thread Moritz Michael
Thx for the advice Alan. I'm already aware of this fact (that's why I used the checkIndex tool of Solr 5).  _ From: Alan Woodward

Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-17 Thread Alan Woodward
Solr/Lucene 6 can’t read 4.6 index files, only 5.x ones. So you’ll need to upgrade from 4.6 to 5.x using the upgrade tool from the latest 5.x release, then from 5.x to 6 using the current upgrade tool. Alan Woodward www.flax.co.uk > On 17 Jun 2017, at 10:08, Moritz Michael

NumberFormatException while Solr CSV import

2017-06-17 Thread Kshitij Shukla
Hello Everyone! Hope you all are having good time. I am getting an error when importing a CSV file into Solr core. In my case I am running an schemaless solr instance as I wont know which type of CSV I will get. The problem occured when Solr consider a column as an integer column but the

Re: Solr Capacity Planning

2017-06-17 Thread Will Martin
MODERATOR REQUESTED: > On Jun 17, 2017, at 3:56 AM, Greenhorn Techie > wrote: > > Hi, > > We are planning to setup a Solr cloud for building a search application on > huge volumes of data points (~hundreds of billions of solr documents) I > would like to understand

org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-17 Thread Moritz Michael
Hello, I'm trying to upgrade a Solr 4.6 index to Solr 6. The upgrade does fail with an error. I tried to check the index with org.apache.lucene.index.CheckIndex using this command: java -cp lucene-core-5.5.4.jar:lucene-backward-codecs-5.5.4.jar -ea:org.apache.lucene...

Solr Capacity Planning

2017-06-17 Thread Greenhorn Techie
Hi, We are planning to setup a Solr cloud for building a search application on huge volumes of data points (~hundreds of billions of solr documents) I would like to understand if there is any recommendation on how to size the infrastructure and hardware requirements for Solr clusters. Also, what