Search Results

How to implement full text search

basics, content, database, full, full-text, howto, implementation, index, indexing, MySQL, search, sql, Sqlite, textBasic approach

tokenize into words
case folding
stemming (convert each word into its root form; porter stemmer very popular stemmer for English
remove stop words
for each word left create posting list per word

Queries

OR queries do an intersection
AND queries do a union

Phrase Queries

Bad way: Do an [...]

EOS artefacts

Wordpress JavaScript compression book news – JavaScript compression is what geeks constantly interested in. Dean put some notes on JavaScript Compression.
- Sebastian Werner pointed to ingenious qooxoo generator.
- Finally, we got nice documentation for base2.
- Feed your readers with Eloquent javascript.
- Wordpress getting better.
- Memtronic is something all geeks shoud check (MemTronic’s FREEWARE HTML/JavaScript Cruncher-Compressor). [...]

Best JavaScript editor for Eclipse IDE reached a new version

javascript editor eclipse+ide plugin JSEclipse is the best and free Javascript plug-in for the Eclipse IDE environment. Originally produced by InterAKT, it became Adobe Labs pet after Adobe acquired InterAKT to enhance existing product lines, including Macromedia Dreamweaver and Adobe Flex.
JSEclipse prerelease 2 released on April 2, 2007. Designed to help web developers [...]

Qcodo PHP development framework progress

qcodo code-less-do-more php framework CRUD ORM Qcodo is perfect code-less-do-more php framework. It is a powerful combination of Code generator and neat (ajax and buzzword stuff) stateful QForm/QControl/QPanel frontend (view) controls. Shortlist of features:

Code generation engine which offers support for non database-based data sources (like REST/SOAP/RSS servers/services, etc.), as well as a single, modularized Codegen [...]

Do you need more than one second to choose PHP search engine?

php search+engine crawler indexer There’s a new article @ O’Reilly OnLamp.com — “search engine showdown” — that compares search engines for site. Here’s short excerpt to get the general idea of what they are all about:
iSearch has an excellent range of options for the needs of nearly any site, yet the core functions are encrypted [...]

Solution for MS Word – This document could not be registered Error

microsoft office word error solution bugs office+2007 ms+office I’ve upgraded PC recently and reinstalled OS and stuff. Since then every time I open MS Word (desperately tried both 2007 and old 2003), I get this message: “This document could not be registered. It will not be possible to create links from other documents to this [...]

Commercial and freeware Sqlite tools list

database sqlite desktop GUI explorer admin browser manager frontend navigator webadmin dbmanager Long list of sqlite database management applications. Listed software types: sqlite desktop, sqlite GUI, sqlite explorer, sqlite admin, sqlite browser, sqlite manager, sqlite frontend, sqlite navigator, sqlite web admin.

JSEclipse 1.5

javascript ide eclipse plugin web20 web-20 ajax JSEclipse — (still) free and neat javascript editor, distributed as a plugin for Eclipse IDE.
Pros: Code outline is the best I’ve ever seen, syntax checking, support of popular javascript “Web 2.0″ libraries / frameworks like Dojo and Prototype.
Cons: Lacks source formatting and debugging (but its possible to debug [...]