sphinx « Tools « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » Tools » sphinx 

1. How to evaluate hosted full text search solutions?    stackoverflow.com

What are the options when it comes to SaaS/hosted full text search? How should I evaluate the different options available? I'm looking for something that uses Lucene, solr, or sphinx on the ...

2. ElasticSearch, Sphinx, Lucene, Solr, Xapian. Which fits for which usage?    stackoverflow.com

I'm currently looking at other search methods rather than having a huge SQL query. I saw elasticsearch recently and played with woosh (a python implementation of a ...

3. Sphinx/Solr/Lucene/Elastic Relevancy    stackoverflow.com

We have an extremely large database of 30+ Million products, and need to query them to create search results and ad displays thousands of times a second. We have been looking ...

4. Search term suggestions    stackoverflow.com

This question has been asked in various ways before, but I'm wondering if people who have experience with automatic search term suggestion could offer advice on the most useful and efficient ...

5. Searching Techniques Recommendations    stackoverflow.com

This is more of a theory question rather than practice. I'm working on a project which is quite a simple catalog of links. The whole model is similar to the Dmoz ...

6. Choosing a stand-alone search server with custom ranking function, spartial search    stackoverflow.com

I'm looking into the different options for choosing a search server for a project I'm involved in. The search server is used to power results on a dating website built in ...

7. How can Sphinx do its sorting so fast?    stackoverflow.com

Let's say I search for "baby". Sphinx will grab all the documents that have "baby" in it, and then sort it using my own algorithm. (EXTENDED mode). The question ...

8. adapting text search for graph/molecule comparison algorithms    stackoverflow.com

I'm looking for a text search engine for a non-traditional sort of text search and I want advice on which tool (Lucene, Sphinx, Xapian, or something else) is most appropriate for ...

9. Fastest full text search today?    stackoverflow.com

spoiler :
This is just another Lucene vs Sphinx vs whatever,
I saw that all other threads were almost two years old, so decided to start again.. Here is the ...

10. Do Lucene and Sphinx support prefix matching?    stackoverflow.com

If not how do you make this work with them and which is better? e.g. when searching for "mi" i would like results with "microsoft" to potentially show up in a result ...

11. Next gen data indexers    stackoverflow.com

Are there any new technologies for indexing and fulltext + attributes data search? Better then sphinx, lucene etc? Maybe some new products in early betas? Better - I mean faster with HUGE amount ...

12. Searching with Solr, Sphinx or Lucene - ranking search results by clicks    stackoverflow.com

I want to implement a search that will rank results higher, if previous, similar searches have led users to click on a result. Is that possible with either Solr (Lucene) or Sphinx? ...

13. Solr & Sphinx: How to Improve Relevance?    stackoverflow.com

Sphinx's proximity-enabled ranker uses a slightly modified BM25 ranker (statistical bag-of-words) + a longest-word-substring match formula strongly favoring the latter, while Solr uses some other statistical ranking function (not BM25, but ...

14. Search Platform for C# + Sql Server Website    stackoverflow.com

We have developed and are maintaining a Newspaper website. The content of the website is updated every night from a bunch of XML files which goes into the website's database (MS ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.