Category "lucene"

Lucene NET throwing Fatal Error: AccessViolationException

I am using Lucene NET v4.8 beta, and I have a method that is calling MaybeRefresh on a SearcherManager every 5 seconds. 99.9% of the time, everything works fin

Lucene indexes are getting deleted while adding a document

I am using Lucene.Net. On some clients' machines all the indexes are getting deleted when we are trying to add a new document. Process: Check if document alread

Boost search score from data in another collection

I use Atlas Search to return a list of documents (using Mongoose): const searchResults = await Resource.aggregate() .search({ text: { query

Converting regex to lucene in Elasticsearch Query DSL

I am trying to convert this regex to work in Kibana in a query search and can't seem to get it to work ((\+[2-9]|[2-9]){1}\d{10,}$)|((\+[2-9]){1}\d{8,}$)|((\+{0

Elasticsearch - Match all arraylist field

I have few documents with array "items" , i want to only pick those documents where "items.name" is equal to "red". If there is any document with one red and an

how to use bm25 in spark

I have more than 1 million documents to search, and more than 100,000 keywords. Each keyword needs to search 10 most similar documents in the offline way. So ho

Use SortedSetDocValuesField to sort multiple fields - Error: unexpected docvalues type SORTED_SET for field

I am just implementing a search with Lucene 5.5.0 for a JSF web application. In the application, several user can edit documents and very simple (only date and

Error while executing data provider - Pimcore DynamicSearch

I have migrated to Pimcore X incl. DynamicSearch, DS Lucene and Trinity (~2.0.0) bundles. If we run the command "bin/console dynamic-search:run -v" which should

package org.apache.commons.io does not exist error

I am compiling a .java file using ant compiler. I am getting the following errror "package org.apache.commons.io does not exist error" I downloaded the apache

An SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene54' does not exist

With lucene-core-5.5.2 i am facing problem a in weblogic server. standalone search application works but when i deploy as WEB APP it is failing with below error