Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Lucene for full text search #73

Open
nathan-osman opened this issue Aug 9, 2014 · 2 comments
Open

Use Lucene for full text search #73

nathan-osman opened this issue Aug 9, 2014 · 2 comments

Comments

@nathan-osman
Copy link
Member

Currently we are using PostgreSQL to search for content within articles. This has two problems:

  • It is deathly slow.
  • It searches raw markdown, so if your query is "image" it will match [image:24].

Lucene would solve both problems since we would feed it the rendered markdown with HTML stripped.

@jrgifford
Copy link
Member

Lucene vs elasticsearch?

@nathan-osman
Copy link
Member Author

I don't know much about either, except elasticsearch looks a lot more complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants