gdamjan / irclog-couchapp

A couchapp to view irc logs stored in CouchDB
https://irc.softver.org.mk/
Apache License 2.0
11 stars 4 forks source link

Implement full-text search through the archives (only UI needed) #4

Open gdamjan opened 13 years ago

gdamjan commented 13 years ago

CouchDB doesn't support full-text searches yet. So either use ElasticSearch or Couch-Lucene.

gdamjan commented 13 years ago

Another option: make a small Python daemon using Whoosh and CouchdbKit. The daemon will subscribe to the _changes feed and populate the index.

See also:

gdamjan commented 10 years ago

https://github.com/elasticsearch/elasticsearch-river-couchdb/blob/master/README.md

gdamjan commented 10 years ago

I've installed elasticsearch on our log instance, the location is at https://irc.softver.org.mk/_search needs UI

gdamjan commented 9 years ago

Elasticsearch: The Definitive Guide https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html

gdamjan commented 8 years ago

http://www.searchkit.co/