What is full-text search?
Full-text search is the ability to search the entire text content of documents, not just their file names, titles, or tags. It lets you find a document by any word or phrase written inside it.
What it actually means
Most people’s mental model of search is shaped by file browsers, where you search by file name. Full-text search is fundamentally different: it indexes every word on every page, so a search matches against the actual content. Search a phrase you remember from a clause, and full-text search finds the document that contains it, even if the file is named something meaningless like “IMG_0472.”
For scanned documents, full-text search depends on a prior step, optical character recognition, which turns the image of a page into readable text. Without that, a scan is just a picture, and there is no text to search. With it, a decades-old paper archive becomes as searchable as anything typed today.
Why it matters
The gap between file-name search and full-text search is the gap between a folder and an archive. If you can only search file names, then a scanned agreement is findable only if someone named it usefully and you remember that name. That almost never holds for large archives, which is why “we scanned everything” so often fails to make anything findable.
Full-text search changes the economics of finding a document. A two-day dig through boxes becomes a thirty-second search. And it means you no longer depend on the discipline of whoever named and filed each document years ago.
What good full-text search adds
Beyond matching words, strong search can rank results by relevance and let you ask a question in plain language and get back the passage and the page it came from. That last part matters for high-stakes work: you want to read the actual clause, on the actual page, not a summary you have to trust.
Related
PaperlessZen™ makes every page of every document full-text searchable. See the search feature and read why searchable should mean the words inside the scan. Related terms: OCR, semantic search.