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
In lucene 3.1 i have a large boolean query, that i execute like so: IndexSearcher is = new IndexSearcher(myDir);
I\'m researching using DataImportHan开发者_StackOverflow中文版dler to import my data files utilizing
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
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
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
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:
Goal I have a very large corpus of the following format: <entry id=1> Some text ... Some more text </entry>
I have developed a enterprise s开发者_JS百科earch using solr, I have developed a patternMatching class to match the query string
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