Re: Solr 6.6.3 won't start - unrecognized vm option "UseParNewGC" - Java 10.0.1

2018-05-12 Thread Alexandre Rafalovitch
You may need to set JAVA_HOME or PATH variables to point to your java 8 . Possibly both. Regards, Alex On Sat, May 12, 2018, 6:28 PM turpentyne, wrote: > Erick, > > Thank you, and sorry for 'beginner' questions! > > So, I've installed a second version of Java. I believe 8? (Titled: > oracl

Re: Solr 6.6.3 won't start - unrecognized vm option "UseParNewGC" - Java 10.0.1

2018-05-12 Thread turpentyne
Erick, Thank you, and sorry for 'beginner' questions! So, I've installed a second version of Java. I believe 8? (Titled: oracle65-1.8.0.172), and I turned it on for the local Solr-6.6.3 folder. Double checked it's using that version (using homebrew, cask and jenv) But... I'm getting exactly the

Re: Solr 6.6.3 won't start - unrecognized vm option "UseParNewGC" - Java 10.0.1

2018-05-12 Thread Erick Erickson
Just what it says, you are using (or rather the start scripts that Solr 6.6.3 uses) are using options not supported in Java 10. Java 10 is in process of being verified to work with Solr, see this JIRA in the 7.3.1 release notes: SOLR-12141: Fix "bin/solr" shell scripts (Windows/Linux/Mac) to corre

Solr 6.6.3 won't start - unrecognized vm option "UseParNewGC" - Java 10.0.1

2018-05-12 Thread turpentyne
Running into an issue beyond my experience level. In Installed and started Solr 7.3. But, then I realized I need to use an older 6.x version (for Drupal) So, I installed Solr 6.6.3. But, it will not start. The message I get is: **Still not seeing Solr listening on 8983 after 180 seconds!* *ta

Apache SOLR Design Query

2018-05-12 Thread NetUser MSUser
Hi team, We have a business case like the below one. There are nearly 150 GB of docs(pdf/ppt/word/xl/msg) files which are in stored in a N/w Path as of now. To implement text search on these , we are planning to use solr search in these. Listed below is the plan. 1)Using a high configuration W

Re: FilterQueries with NRT

2018-05-12 Thread Mikhail Khludnev
You can experiment with the backdoor NRT filters: - replace COLOR:Red to {!parent which='COLOR:Red' v=''} - add *NoOpRegenerator **into perSegFilter* *- **monitor cache stats. * On Fri, May 11, 2018 at 10:46 PM, root23 wrote: > Hi all, > We have a requirement for NRT search. Our autosoft commit