Eine neue Version des Scope Web Search Frameworks ist fertig. Merkmale der neuen Version (nur englisch):
- While indexing, do not create a keywords relations table and no keywords table but create them _after_ indexing and use them only for statistics; more specific: keywords relations table DUMPED
- Indexer now has reduced execution time
- Combine tables fulltextindex and pageindex
- Search process needs a complete overhaul, make intensive use of MySQL’s integrated fulltext search
- Indexing mechanism rewritten; faster
- Ranking algorhythm rewritten; Now based on MySQL’s relevancy algorhythm, Scope’s ranking algorhythm also considers matching positions of search terms
- In order to make use of MySQL’s relevancy algorhythm, the amount of unique words in a text will be determined at indexing time and written to the database
- Plugins Statistics, CacheManager, and StatsManager have been updated to reflect the changes made
- Default search term operator is now OR, just as it is with Google
- There is support for the most basic search query operators from MySQL. Users can now use + and – as operators, e.g. “Mozilla +Firefox”
- ranking for combined search terms enhanced
- paging for combined search terms enhanced
Leave a Reply
You must be logged in to post a comment.