Scoring is particularly reliant on the way archives are listed, so it is essential to comprehend ordering It is additionally accepted that peruses know how to utilize the Searcher.
Following is the syntax declaration for the document.
[java]public final class Document
extends Object
implements Serializable[/java]
Documents are the unit of ordering and pursuit. A
Document
is an arrangement of fields. Every field has a name and a literary esteem. A field might be put away for the record, in which case it comes back with inquiry hits on the report. Along these lines, every archive ought to commonly contain at least one put away fields which extraordinarily distinguish it.
Following is the syntax declaration for the field.
[java]public final class Field
extends AbstractField
implements Fieldable, Serializable[/java]
A
field
is an area of a Document. Every field has two sections, a name, and an esteem. Qualities might be free content, gave as a String or as a Reader, or they might be nuclear watchwords, which are not further handled. Such catchphrases might be utilized to speak to dates, URLs, and so forth. Fields are alternatively put away in the record, so they might come back with hits on the archive.