A
Ahmed Qurashi
Does anyone know of any Libraries using .NET for the Indexing, Search, and
Retrieval of Text Documents? I am searching for API's to analyze a set of
docs and convert text into indexable tokens, create indices and then harvest
query results from those indicies.
Similar to Apache's Jakarta Lucene project: a high-performance,
full-featured text search engine library.
http://jakarta.apache.org/lucene/docs/api/index.html
I am interested in experimenting with Applications of Search Engine
Technology to build a robust, laser-efficient engine for Object Persistence.
Typically, object persistence is handled via SQL or XML backend solutions,
and for large datasets can involve long wait times for complex queries.
Already, there exists such a solution in the Java world: MAOS
(Meta-Attribute Object Store) is a light-weight Java library / framework
implementing simple Object persistence using search-engine technology.
http://sourceforge.net/projects/maos/
If you know of something similar in the C# vein or would be interested in
starting a project to create a native .NET solution for index, search and
retrieval, please respond here.
ok,
aq
Retrieval of Text Documents? I am searching for API's to analyze a set of
docs and convert text into indexable tokens, create indices and then harvest
query results from those indicies.
Similar to Apache's Jakarta Lucene project: a high-performance,
full-featured text search engine library.
http://jakarta.apache.org/lucene/docs/api/index.html
I am interested in experimenting with Applications of Search Engine
Technology to build a robust, laser-efficient engine for Object Persistence.
Typically, object persistence is handled via SQL or XML backend solutions,
and for large datasets can involve long wait times for complex queries.
Already, there exists such a solution in the Java world: MAOS
(Meta-Attribute Object Store) is a light-weight Java library / framework
implementing simple Object persistence using search-engine technology.
http://sourceforge.net/projects/maos/
If you know of something similar in the C# vein or would be interested in
starting a project to create a native .NET solution for index, search and
retrieval, please respond here.
ok,
aq