B
B
bit2011-02-22 11:48:25
Search engines
bit, 2011-02-22 11:48:25

Sphinx Data Structures & Lucene

Good afternoon.
Will anyone share their secret knowledge? :)
We need data structures of index files of search engines Sphinx, Lucene. If there is similar information on others, I won’t refuse either, if the engine is fast enough. The task set for myself is to understand the mechanism of filling search databases and searching through them. I would like to avoid tedious and ungrateful code-digging.
The general file structure of Lucene is described, but very general, I would like to go into more detail.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
philpirj, 2011-03-07
@philpirj

Look at Riak Search , it's somewhat compatible with Solr, and the data can be viewed as a key-value pair.

I
Iskander Giniyatullin, 2011-03-07
@rednaxi

Sphinx is open-source, so any nuances that interest you can be viewed directly in the sources:
code.google.com/p/sphinxsearch/source/browse
Internal index format seems to be just what you need:
code.google. com/p/sphinxsearch/source/browse/trunk/doc/internals-index-format.txt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question