Re: Solr v8.6.x fails with multipart MIME in commands

2020-08-21 Thread Markus Kalkbrenner
I created https://issues.apache.org/jira/browse/SOLR-14768 @Joe Maye you should add your findings there. Von: Markus Kalkbrenner Antworten an: "solr-user@lucene.apache.org" Datum: Donnerstag, 20. August 2020 um 16:24 An: "solr-user@lucene.apache.org" Betreff: Re: So

Re: Solr v8.6.x fails with multipart MIME in commands

2020-08-20 Thread Markus Kalkbrenner
com/questions/63070107/index-pdf-documents-to-solr-error-500-java-lang-noclassdeffounderror-org-ecli The tests for the PHP library and drupal both use the official Solr docker image. If I force Solr 8.5.1 instead of 8.6.1 the tests pass again. Von: Markus Kalkbrenner Datum: Donnerstag,

Re: Solr v8.6.x fails with multipart MIME in commands

2020-08-20 Thread Markus Kalkbrenner
etween Solr 8.5 and 8.6. Thanks, Joe D. ____ Markus Kalkbrenner Dipl.-Ing. (FH) techn. Informatik CTO bio.logis Genetic Information Management GmbH Zentrale: Olof-Palme-Straße 15 60439 Frankfurt am Main T: +4969348739 110 markus.kalkbren...@biologis.com biolo

Tina based PDF extraction broken in Solr 8.6

2020-08-20 Thread Markus Kalkbrenner
kus ____ Markus Kalkbrenner Dipl.-Ing. (FH) techn. Informatik CTO bio.logis Genetic Information Management GmbH Zentrale: Olof-Palme-Straße 15 60439 Frankfurt am Main T: +4969348739 110 markus.kalkbren...@biologis.com biologis.com Geschäftsführung: Prof. Dr. med. Daniela Steinberger Sitz des Unternehm

Re: How do *you* restrict access to Solr?

2020-03-18 Thread Markus Kalkbrenner
> My application framework (Drupal) doesn't support Solr 8. That's not true. Like Solr itself you just have to update to recent drupal module versions. As you can see at https://travis-ci.org/github/mkalkbrenner/search_api_solr/builds/663153535 the automated tests run against Solr 6.6.6, 7.7.2

Re: Returning multiple fields in graph streaming expression response documents

2019-07-16 Thread markus kalkbrenner
You have to perform a „join“ to get more fields. > Am 16.07.2019 um 13:52 schrieb Ahmed Adel : > > Hi, > > How can multiple fields be returned in graph traversal streaming expression > response documents? For example, the following query: > > nodes(emails, > walk="john...@apache.org->fro

Re: Question on Solr/WordPress Integration

2019-03-01 Thread markus kalkbrenner
If you’re more familiar with PHP you can do the same using the Solarium library instead of SolrJ for Java. Once the PDFs are extracted and indexed, Drupal is an alternative to Wordpress as Frontend. Using the Serach API Solr module you can access and „present“ any existing Solr index without a

Atomic updates in streaming expressions?

2019-02-19 Thread Markus Kalkbrenner
Hi, Solr supports atomic updates as described at https://lucene.apache.org/solr/guide/7_6/updating-parts-of-documents.html#atomic-updates But I wonder how to create a streaming expression that does atomic updates. We want to search for documents matching a given criteria and update a particular

Re: Using the terms component in Solr Cloud gives random result

2019-02-01 Thread Markus Kalkbrenner
is a known limitation? Markus > Am 31.01.2019 um 19:43 schrieb Markus Kalkbrenner > : > > Hi, > > I tried to use the terms component with the techproducts example in cloud > mode and was surprised, that the results toggle for each request. > > The response to > http:

Using the terms component in Solr Cloud gives random result

2019-01-31 Thread Markus Kalkbrenner
Hi, I tried to use the terms component with the techproducts example in cloud mode and was surprised, that the results toggle for each request. The response to http://localhost:8983/solr/techproducts/terms?terms=true&terms.fl=name permanently toggles between these two results: { "responseHead

Re: what are the best client interface ?

2019-01-11 Thread markus kalkbrenner
objective ;-) Markus Kalkbrenner Dipl.-Ing. (FH) techn. Informatik CTO bio.logis Genetic Information Management GmbH > Am 11.01.2019 um 19:19 schrieb Davis, Daniel (NIH/NLM) [C] > : > > WordPress and Drupal both have ways to interface with Solr through > plugins/modules.