I have Apache SOLR working with ColdFusion on my local machine, however, when I tried to make the move to production (environments are different), I keep getting the HTTP 500 message below. Production
I\'m using Lucene with java to index some text documents. Now, after I get some top documents for a keyword search, I want to further refine my search and search only those top documents with some add
What are the indexes in Lucene and how it works? I have gone through some articles on net and google but I could not understand the concept of the index, documents etc fully.
I use the following statement to index a date: luceneDoc.add(new NumericField(key).setLongValue(date.getTime()));
I\'m using Lucene to search through an index of XML documents. I\'m supposed to look for documents that have certain words inside certain tags. What would be the best way to go about this?
i use of lucene search indexer . it work nice for english language, but i use of persian in my site and it can`t index for this language
My index contains ~4 million recrords. When I sort the results, the query runs much slower, which is not surprising.
We are developing a web application using Spring MVC, Spring and Hibernate. We need to add efficient free text search capabilities to our applications. For this we are thinking of using either Hiber
I\'m looking for a stemmer for the .NET version of Lucene that supports the romanian language. Do you, by any chance, know 开发者_如何学Pythonwhere I can find one ? Google doesn\'t seem to be very hel
I have the searchable plugin working with my grails project. I have it indexing 4 different tables at work.Unfortunately, each table has a date field that is named differently. Some are named createdA