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