Re: (Edge)NGramFilterFactory and highlight

2014-12-20 Thread Mingchun Zhao
Hi Bjørn, >From solr4.4, the behavior of end offsets in EdgeNGramFilterFactory was changed due to the following issue, https://issues.apache.org/jira/browse/LUCENE-3907 The related source code in this patch as below, == + if (version.onOrAfter(Version.LUCENE_44)) { +// Never u

Re: Solr Block Join Query matching Parent documents that have multiple children

2014-12-20 Thread Mikhail Khludnev
On Sat, Dec 20, 2014 at 1:32 AM, Jamie Johnson wrote: > > I have the following documents indexed > > > 0 > 1 > > > > physicalcharacteristics > Black > Green > > > physicalcharacteristics > Red > Brown > > > person > 1 > > > physicalcharacteristics > Pink > Purple > > > physicalcharact

Solr cannot find solr.xml even though it's there

2014-12-20 Thread Mike Thomsen
I'm getting the following stacktrace with Solr 4.5.0 SEVERE: null:org.apache.solr.common.SolrException: Could not load SOLR configuration at org.apache.solr.core.ConfigSolr.fromFile(ConfigSolr.java:71) at org.apache.solr.core.ConfigSolr.fromSolrHome(ConfigSolr.java:98) at

Re: Solr cannot find solr.xml even though it's there

2014-12-20 Thread Shawn Heisey
On 12/20/2014 12:27 PM, Mike Thomsen wrote: > at java.lang.Thread.run(Thread.java:745) > /solr.xml cannot start Solrcommon.SolrException: solr.xml does not > exist in /opt/solr/solr-shard1 > at org.apache.solr.core.ConfigSolr.fromFile(ConfigSolr.java:60) > ... 20 more > > I

Re: Solr 4.10.2 "Found core" but I get "No cores available" in dashboard page

2014-12-20 Thread solr-user
interesting. unfortunately, time to take a break and so will have to deal with this in the new year tho. Merry Christmas and thanks for all the time and effort you guys put in answering all of our questions. It is much appreciated. -- View this message in context: http://lucene.472066.n3.nab

Re: Solr cannot find solr.xml even though it's there

2014-12-20 Thread Mike Thomsen
It's supposed to be a simple two shard configuration of SolrCloud with two copies of Solr running in different tomcat servers on the same box. I can read the solr.xml just fine as that user (vagrant) and checked out the permissions and there's nothing obviously wrong there. On Sat, Dec 20, 2014 at

Re: Solr cannot find solr.xml even though it's there

2014-12-20 Thread Shawn Heisey
On 12/20/2014 3:26 PM, Mike Thomsen wrote: > It's supposed to be a simple two shard configuration of SolrCloud with two > copies of Solr running in different tomcat servers on the same box. I can > read the solr.xml just fine as that user (vagrant) and checked out the > permissions and there's noth