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

Investigate embeddable search engines #9

Closed
Lelelo1 opened this issue Aug 28, 2021 · 5 comments
Closed

Investigate embeddable search engines #9

Lelelo1 opened this issue Aug 28, 2021 · 5 comments
Labels
Investigate Read about and try out solutions

Comments

@Lelelo1
Copy link
Owner

Lelelo1 commented Aug 28, 2021

Investigate embeddable search engines
I need find a good search engine that can be compiled to C++ according to haxiomanic. It should be small enough in size, which should be able to be seen from the search engine compiled size.
It should also of course be good enough to search documents, preferably good cross language support and be maintained well.

@Lelelo1 Lelelo1 added the Investigate Read about and try out solutions label Aug 28, 2021
@Lelelo1
Copy link
Owner Author

Lelelo1 commented Aug 28, 2021

There where a search engine called groonga
A lib called CLucene which where not maintained: http://clucene.sourceforge.net:

And there is LucenePlusPlus. It seem very well maintained, and seem to be used quit a lot.
after compiling, what I think is the lib file libgtest.a, is 500KB in size - which is nothing

@Lelelo1 Lelelo1 closed this as completed Aug 28, 2021
@Lelelo1
Copy link
Owner Author

Lelelo1 commented Aug 29, 2021

I think I will use groonga, it's updated, says it's embedded search, and have doumenation. LucenePlisPlus was a bit difficult to use understand because of lack if documentation, and lots of weird types in the lucene.h file, (unclear what should be used of it)

@Lelelo1 Lelelo1 reopened this Aug 29, 2021
@Lelelo1
Copy link
Owner Author

Lelelo1 commented Aug 30, 2021

I can found other search engines via the Snowball website, which is where the stemmers comes from in Groonga

@Lelelo1
Copy link
Owner Author

Lelelo1 commented Aug 30, 2021

@Lelelo1
Copy link
Owner Author

Lelelo1 commented Sep 4, 2021

This is not needed anymore, see #12

@Lelelo1 Lelelo1 closed this as completed Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigate Read about and try out solutions
Projects
None yet
Development

No branches or pull requests

1 participant