the meaning of the code

2020-01-15 Thread linuxlover
I read the code of the class, `org.apache.lucene.util.bkd.BKDWriter`, the method of `private byte[] packIndex(long[] leafBlockFPs, byte[] splitPackedValues) throws IOException` what's the meaning of the code below?

Dependency log4j-slf4j-impl for solr-core:7.5.0 causing a number of build problems

2020-01-15 Thread Wolf, Chris (ELS-CON)
I am having several issues due to the slf4j implementation dependency “log4j-slf4j-impl” being declared as a dependency of solr-core:7.5.0. The first issue observed when starting the app is this: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

Odata filter query to Solr query

2020-01-15 Thread sambasivarao giddaluri
Hi All, Do we have any library which can convert Odata filter to Solr Query EX : $filter=Address eq 'Redmond' to ?q=Address:Redmond Any suggestions will help. Thanks Sambasiva

RE: Querying multiple pages for same keyword at same time

2020-01-15 Thread Gael Jourdan-Weil
Yes already read this stuff but was not sure 1000 docs was considered as "deep" or not. De : Vincenzo D'Amore Envoyé : mardi 14 janvier 2020 22:22 À : solr-user@lucene.apache.org Objet : Re: Querying multiple pages for same keyword at same time Had you

RE: Querying multiple pages for same keyword at same time

2020-01-15 Thread Gael Jourdan-Weil
Indeed, with a max of 1K doc to be manipulated, I don't expect issues. We are looking at other avenues to understand our issues. Regards, Gaël

Re: Coming back to search after some time... SOLR or Elastic for text search?

2020-01-15 Thread Walter Underwood
Elasticsearch is easier to set up the first time, but that should not be a deciding factor. Decide on features, not something you’ll do once. ES has most configuration power at query time. Solr has most at index time. If every query is different, like log search, ES will be better. If queries

Re: Upgrading solr to 8.2

2020-01-15 Thread kshitij tyagi
Hi, Any suggestions from anyone? Regards, kshitij On Tue, Jan 14, 2020 at 4:11 PM Jan Høydahl wrote: > Please don’t cross-post, this discussion belongs in solr-user only. > > Jan > > > 14. jan. 2020 kl. 22:22 skrev kshitij tyagi >: > > > > Also trie fileds have been updated to point fields,

Re: SOLR 7.5 Performance WARN

2020-01-15 Thread Jason Gerlowski
Hi Akreeti, The "onDeckSearcher" count is the number of searchers that are currently being opened/warmed for a given core. New searchers are opened by (some types of) commits. So essentially, what this message means is that you're asking Solr to do commits so close together that commit N is

Re: Coming back to search after some time... SOLR or Elastic for text search?

2020-01-15 Thread Dc Tech
Thank you Jan and Charlie. I should say that in terms of posting to the community regarding Elastic vs Solr - this is probably the most civil and helpful community that I have been a part of - and your answers have only reinforced that notion !! Thank you for your responses. I am glad to

Update synonyms.txt file based on values in the database

2020-01-15 Thread seeteshh
How do I update the synonyms.txt file if the data is being fetched from a database say PostgreSQL since I wont be able to update the synonmys.txt file every time manually and also the data is related to a table and not known to Solr. I am using Apache Solr 8.4. Regards, Seetesh hindlekar --

Re: Coming back to search after some time... SOLR or Elastic for text search?

2020-01-15 Thread Jan Høydahl
Hi, Choosing the solr community mailing list to ask advice for whether to choose ES - you already know what to expect, not? More often than not the choice comes down to policy, standardization, what skills you have in the house etc rather than ticking off feature checkboxes. Sometimes company

Re: remote debugging for docker solr

2020-01-15 Thread Martijn Koster
Ah I’m glad you got that working. Thanks for reporting back! — Martijn > On 14 Jan 2020, at 22:48, Arnold Bronley wrote: > > Thanks. > > The issue turned out to be little different that expected. My IntelliJ was > on a Windows (my main operating system). Solr was running inside a docker >

Re: Coming back to search after some time... SOLR or Elastic for text search?

2020-01-15 Thread Charlie Hull
On 15/01/2020 04:02, Dc Tech wrote: I am SOLR fant and had implemented it in our company over 10 years ago. I moved away from that role and the new search team in the meanwhile implemented a proprietary (and expensive) nosql style search engine. That the project did not go well, and now I am

SOLR 7.5 Performance WARN

2020-01-15 Thread Akreeti Agarwal
Hi All, I am using SOLR 7.5 version with master slave architecture. I am getting : "PERFORMANCE WARNING: Overlapping onDeckSearchers=2" continuously on my master logs for all cores. Please help me to resolve this. Thanks & Regards, Akreeti Agarwal ::DISCLAIMER::