lucene
Sunspot Solr in production
I have need to deploy my app to production now that uses sunspot for search. I see some sources saying not to run the sunspot solr instance in production but to setup on tomcat, but others have said[详细]
2023-04-08 13:42 分类:问答Lucene document score appears to be lost after search
In lucene 3.1 i have a large boolean query, that i execute like so: IndexSearcher is = new IndexSearcher(myDir);[详细]
2023-04-08 10:00 分类:问答How to use Solr DataImportHandler with XML Files?
I\'m researching using DataImportHan开发者_StackOverflow中文版dler to import my data files utilizing[详细]
2023-04-08 02:19 分类:问答PHP Solr Client - Request Entity Too Large
I am using SOLR PHP client to query data from a solr service.My code looks similar to the below in that I\'m passing in a query to search on multiple IDs (in my case, a lot).The problem arises for me[详细]
2023-04-08 00:06 分类:问答Lucene Tokenizer with LookAhead
can anyone point me in the right direction for implementing a Lucene Tokenizer with LookAhead? I\'m using a snowball stemmer and I want to be able to get phrases of city names and prevent them from b[详细]
2023-04-07 22:53 分类:问答Lucene-like searching through JSON objects in JavaScript
I have a pretty big array of JSON objects (its a music library with properties like artist, album 开发者_高级运维etc, feeding a jqgrid with loadonce=true) and I want to implement lucene-like (google-l[详细]
2023-04-07 17:08 分类:问答How to extend WhitespaceTokenizer?
I need to use a tokenizer that splits words 开发者_开发知识库on whitespace but that doesn\'t split if the whitespace is whithin double parenthesis. Here an example:[详细]
2023-04-07 16:23 分类:问答Efficiently generating a document index for a large number of small documents in a large file
Goal I have a very large corpus of the following format: <entry id=1> Some text ... Some more text </entry>[详细]
2023-04-07 15:55 分类:问答Solr query is hanging server
I have developed a enterprise s开发者_JS百科earch using solr, I have developed a patternMatching class to match the query string[详细]
2023-04-07 15:32 分类:问答User search use MySQL LIKE or integrate a search engine (such as solr, sphinx, lucene etc.)?
In my mysql db I have a user table consisting of 37,000 (or thereabouts) users. When a user search for another user on the site, I perform a simple like wildcard (i.e. LIKE \'{name}%}) to return the[详细]
2023-04-07 15:20 分类:问答