> It is a query with popularity and recency boosts, requesting the first 100
> docs with 3 fields per doc.
It sounds like you are scoring/sorting, so the optimization that
Mikhail mentioned would not apply (your use-case is not
"sort-irrelevant"). Can you share more about specifically how your
imp
Hi all,
DataImportHandler 9.0.0 has now been released for Solr 9.0.0, thanks to
Krzysztof Debski [0].
To use it with the package manager, follow instructions here:
https://github.com/SearchScale/dataimporthandler#installing-and-running
To grab the binaries, please check:
https://github.com/Searc
A more up to date documentation link is here:
https://solr.apache.org/guide/8_11/uploading-structured-data-store-data-with-the-data-import-handler.html
On Thu, 20 Apr 2023 at 18:59, Ishan Chattopadhyaya <
ichattopadhy...@gmail.com> wrote:
> Hi all,
>
> DataImportHandler 9.0.0 has now been release
ZK admin server port is 8080,
https://zookeeper.apache.org/doc/r3.5.1-alpha/zookeeperAdmin.html#sc_adminserver
In my usage in the past, it spits out useful metrics around number of times
a znode was accessed.
On Tue, 18 Apr, 2023, 1:50 pm Jan Høydahl, wrote:
> Hi,
>
> See https://unix.stackexch
Team,
Can someone provide me any examples/link/document for implementing Apache Solr
Indexing and Search with schemeless mode in .Net core?
Thanks
DD
This e-mail is intended solely for the person or entity to which it is
addressed and may contain confidential and/or privileged information. Any
Yay, finally!
~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley
On Thu, Apr 20, 2023 at 9:30 AM Ishan Chattopadhyaya <
ichattopadhy...@gmail.com> wrote:
> Hi all,
>
> DataImportHandler 9.0.0 has now been released for Solr 9.0.0, thanks to
> Krzysztof Deb