TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Strus: Libraries and tools for building a full-text search engine

50 pointsby yawniekover 9 years ago

4 comments

baldfatover 9 years ago
I was a Historical Theology Student and had thousands of plain text files which I personally used for research. GREP was my best friend.<p>I think this would have kicked into over drive, but I need Latin, Greek, German, Danish support for the searches which unicode would be perfect but these plain text files were written in ascii. To bad I am not in the field anymore nor a System&#x27;s Librarian. Would have sunk a lot of time into this.
arafalovover 9 years ago
This looks like a fun self-educational attempt, but not something to compete with Lucene-based search-engines. Which the OP actually hints at (project to distract myself, not as powerful as Lucene).<p>What would be cool is to read about the lessons-learned in building this, as that would be useful whether or not people actually want to install Strus.
评论 #10646710 未加载
dingdingdangover 9 years ago
The search demo on Wikipedia (<a href="http:&#x2F;&#x2F;demo.project-strus.net&#x2F;strus.html" rel="nofollow">http:&#x2F;&#x2F;demo.project-strus.net&#x2F;strus.html</a>) seems broken? Exciting to see pragmatic&#x2F;simple(&#x27;ish) approach to full-text searching!
评论 #10646672 未加载
bowlofstewover 9 years ago
This is a nice contribution to OSS. Why C++98 though?