Stateless queries to secured SOLR server.

2017-10-29 Thread Phil Scadden
While SOLR is behind a firewall, I want to now move to a secured SOLR environment. I had been hoping to keep SOLRJ out of the picture and just using httpURLConnection. However, I also don't want to maintain session state, preferring to send authentication with every request. Is this possible

Re: Graph Traversal

2017-10-29 Thread Pratik Patel
For now, you can probably use Cartesian function of Streaming Expressions which Joel implemented to solve the same problem. https://issues.apache.org/jira/browse/SOLR-10292 http://joelsolr.blogspot.com/2017/03/streaming-nlp-is-coming-in-solr-66.html Regards, Pratik On Sat, Oct 28, 2017 at 7:38

mvn test failing

2017-10-29 Thread Tarique Anwer
hi, I am new to Solr. I am trying to build Solr from source code using Maven. So I performed the following steps: 1. Download the source code zip from https://github.com/apache/lucene-solr 2. unzip & run from top level dir: $ ant get-maven-poms $ cd maven-build 3. then build: $ mvn

Re: Extended characters

2017-10-29 Thread TK Solr
I think you can use ASCIIFoldingFIlter http://lucene.apache.org/core/6_2_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html by inserting its factory in your schema.

Extended characters

2017-10-29 Thread Robert Brown
Hi, I have a text field in my index containing extended characters, which I'd like to match against when searching without the extended characters. e.g. field contains "Ensō" which I want to match when searching for just "enso". My current config for that field (type) is given below: