Fieldname alias for Highlighter results

2021-01-15 Thread Michael Aleythe, Sternwald
Hi everybody, I'm looking for a way to replace solr index field names in the highlighting response. For the query part there is the param fl=substitute:REAL_FIELD_NAME which substitutes the field name REAL_FIELD_NAME by "substitute". Sadly the substitution is not applied to the highlighter

SolrResourceLoader is not closed when SolrCore is closed

2020-06-05 Thread Michael Aleythe, Sternwald
Hi everybody, I'm currently using solr 8.3.1. While working on tests for a solr plugin I'm writing , I realized that the SolrResourceLoader used by a SolrCore is not closed, when calling SolrCore.close(). This leads to open file handles. Can anybody explain this behavior? Best Regards,

local paramas only with defType=lucene?

2019-04-17 Thread Michael Aleythe, Sternwald
Hi everybody, is it correct that local parameters ( q={!edismax qf=MEDIA_ID v=283813390} ) in solr only work with the lucene query parser defined for the main query? I tried with dismax/edismax but it did not work. The documentation is not clear on this point. Best regards Michael Aleythe

AW: Keyword field with tabs in Solr 7.4

2018-12-12 Thread Michael Aleythe, Sternwald
Tue, Dec 11, 2018 at 1:40 AM Michael Aleythe, Sternwald wrote: > > Hey everybody, > > i have a Solr field keyword field defined as: > > > > > > > > stored="true" termVectors=&

Keyword field with tabs in Solr 7.4

2018-12-11 Thread Michael Aleythe, Sternwald
Hey everybody, i have a Solr field keyword field defined as: Some documents have tabs (\t) indexed in this field, e.g. IPTC_2_080_KY:"\tbus\tbahn" How can i query this content? I tried "\tbus\tbahn", \\tbus\\tbahn and " bus bahn"

AW: Solr 7.4 and log4j2 JSONLayout

2018-09-10 Thread Michael Aleythe, Sternwald
expected. Thanks, Michael -Ursprüngliche Nachricht- Von: Shawn Heisey Gesendet: Freitag, 7. September 2018 17:58 An: solr-user@lucene.apache.org Betreff: Re: Solr 7.4 and log4j2 JSONLayout On 9/6/2018 7:46 AM, Michael Aleythe, Sternwald wrote: > I'm trying to edit the log4j2 logg

AW: Solr 7.4 and log4j2 JSONLayout

2018-09-07 Thread Michael Aleythe, Sternwald
jackson-core-asl-1.9.13.jar jackson-databind-2.9.5.jar jackson-dataformat-smile-2.9.5.jar jackson-mapper-asl-1.9.13.jar On Thu, Sep 6, 2018 at 6:46 AM Michael Aleythe, Sternwald < michael.aley...@sternwald.com> wrote: > Hey, > > I'm trying to edit the log4j2 logging configu

Solr 7.4 and log4j2 JSONLayout

2018-09-06 Thread Michael Aleythe, Sternwald
Hey, I'm trying to edit the log4j2 logging configuration for solr. The goal is to get a log file in json format. I configured the the JSONLayout for this purpose inside the rollingFile appender in the log4j2.xml. After this solr stops logging entirely. Solr.log file is empty. Only the

AW: AW: Resync after restart

2016-11-24 Thread Michael Aleythe, Sternwald
:49, Michael Aleythe, Sternwald wrote: > Hi Arkadi, > > you need to remove the line "startup" from > your ReplicationHandler-config in solrconfig.xml -> > https://wiki.apache.org/solr/SolrReplication. > > Greetings > Michael > > -Ursprüngliche Nach

AW: Resync after restart

2016-11-24 Thread Michael Aleythe, Sternwald
Hi Arkadi, you need to remove the line "startup" from your ReplicationHandler-config in solrconfig.xml -> https://wiki.apache.org/solr/SolrReplication. Greetings Michael -Ursprüngliche Nachricht- Von: Arkadi Colson [mailto:ark...@smartbit.be] Gesendet: Donnerstag, 24. November 2016

json facet api and facet.threads

2016-11-18 Thread Michael Aleythe, Sternwald
Hi Everybody, can anyone point me in the right direction for using "facet.threads" with the json faceting-api? Does it only work if terms facets are exclusively used in the query? Best regards Michael Aleythe Java Entwickler | STERNWALD SYSTEMS GMBH

json request api and facets

2016-09-13 Thread Michael Aleythe, Sternwald
Hi everybody, i'm currently working on using the json request api for solr and hit a problem using facets. I'm using solr 5.5.2 and solrJ 5.5.2 When querying solr by url-parameters like so:

solr json facets return format

2016-09-09 Thread Michael Aleythe, Sternwald
Hi everybody, i'm currently working on using the json request api for solr and hit a problem using facets. I'm using solr 5.5.2 and solrJ 5.5.2 When querying solr by url-parameters like so: