I have a classifieds website which I am now trying to integrate SOLR into, so searches becomes faster...
How can I create开发者_开发百科 a copy of a string field in case insensitive form?I want to use the typical \"string\" type and a case insensitive type.The types are defined like so:
We\'ve got Localsolr (2.9.1 lucene-spatial library) running on Solr 1.4 with Tomcat 1.6.Everything\'s looking good, except for a couple little issues.
I have Apache Solr 6.x-1.0-rc3 module installed in my site and it works fine. I wanted to know how are the Apache Solr search results sequenced. I have tried a few things and have concluded that it\'s
I am using ExtractingRequestHandler in Solr for getting document content and index it. It works fine for all Microsoft Documents, but for PDFs, the content being extracted is empty. I have also tried
My Solr data source is a SQL database where the primary key is compound (i.e. it\'s two fields). This is fine for my main DIH query, I just concatenate the fields and that becomes my Solr primary key
I am using PHP to access Solr and I wonder one thing.开发者_StackOverflow Why should I use Solr PHP client when I can use:
I want to make my threads content searchable with full text search engines like solr. I wonder one thing; should I index just the thread.title, thread.body and post.body or should I index username, c
I\'m using sphinx and thinking sphinx to search a customer database. The customer metadata (emails, tels etc) are spread across multiple tables and sphinx indexes all notes on customers etc etc. The p
I was able to import data through solr DIH. In my database I have 4 tables: threads: id, user_id, country_id