Storage: Difference between revisions
Jump to navigation
Jump to search
(first draft of home page with proposed future development priorities) |
|||
| Line 4: | Line 4: | ||
=== Full Text Indexing === | === Full Text Indexing === | ||
* support for tokenization of Unicode text | |||
* support for tokenization of marked up text (HTML, PDF, etc.) | |||
* separation of index from storage, so code can use the full text indexing module to index visited web pages without having to store the contents of the pages themselves | * separation of index from storage, so code can use the full text indexing module to index visited web pages without having to store the contents of the pages themselves | ||
Revision as of 04:32, 31 January 2008
Storage is a SQLite database API. API documentation is available in the Mozilla Developer Center.
Proposed Future Development Priorities
Full Text Indexing
- support for tokenization of Unicode text
- support for tokenization of marked up text (HTML, PDF, etc.)
- separation of index from storage, so code can use the full text indexing module to index visited web pages without having to store the contents of the pages themselves