[cvs] [Wiki] changed: Project/ContentBackend
Chuck Hagenbuch
chuck at horde.org
Thu Jan 15 03:55:25 UTC 2009
chuck Wed, 14 Jan 2009 22:55:25 -0500
Modified page: http://wiki.horde.org/Project/ContentBackend
New Revision: 1.10
Change log: more search resources
@@ -30,17 +30,25 @@
+++ Search
Once we have Horde_Content, we should be able to build
Horde_Content_Index on top of it that builds a full text index of
anything in the horde_content_master table (using the content type
objects to fetch each piece of content for indexing), with either
mysql full-text as a backend (alternately
http://www.sphinxsearch.com/), or something like Solr
(http://lucene.apache.org/solr/). One challenge is handling
permissions. Possibly we could store an object's permissions in the
search backend itself, and update them along with any other changes to
the object.
-++++ Potential search backends
+++++ Potential search backends/resources
+Solr:
* http://lucene.apache.org/solr/
+* http://lucene.apache.org/solr/tutorial.html#Getting+Started
+* https://issues.apache.org/jira/browse/SOLR-341
+* http://www.ibm.com/developerworks/library/os-php-apachesolr/index.html
+
+Sphinx:
* http://www.sphinxsearch.com/
+*
http://daylessday.org/archives/26-PECLsphinx-fast-fulltext-search-made-easy.html
+* http://capttofu.livejournal.com/13037.html
+
+Other:
* http://www.luciddb.org/
* http://hypertable.org/
* http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html
-* http://code.google.com/p/the-cassandra-project/
-* http://capttofu.livejournal.com/13037.html
+++ Relationship service
More information about the cvs
mailing list