This article shows how to handle search queries if they contain special characters and separator characters....the text, since it is not indexed. And as a result, words containing...found. Since, in fact, when indexing, these characters break the...
This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Search index, reverse image search allows...hashes of the images in the index. The idea of a perceptual hash...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....an index in the specified folder Indexindex = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...
This article explains that how to detect encoding of a text file automatically....Developer Guide / Advanced Usage / Indexing / Text file encoding detection...text file can be set during indexing when the event is raised....
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface....an index in the specified folder Indexindex = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...
This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....different word forms in an index. String indexFolder = "c:\\MyIndex\\"...an index in the specified folder Indexindex = new Index ( indexFolder...
This article shows the use of aliases which allows you to reduce the length of search queries in text form....an index in the specified folder Indexindex = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...
Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents.
Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult.
From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....// Creating an indexIndexindex = new Index ( indexFolder );...); // Indexing documents from the specified folder index . Add...
Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents.
Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult.
From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....// Creating an indexIndexindex = new Index ( indexFolder );...); // Indexing documents from the specified folder index . add...
This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary....documents to be indexed. Information on indexing password protected...an index from in specified folder Indexindex = new Index ( indexFolder...