The montezuma Reference Manual

This is the montezuma Reference Manual, version 0.1.3, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:23:09 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 montezuma

Montezuma is a port of the Lucene text search engine library.

Maintainer

Leslie P. Polzer <>

Author

John Wiseman <>

License

MIT/Expat

Long Description

Montezuma is a port of the Ferret text search engine library, which is itself a port of the Lucene engine.

Version

0.1.3

Dependencies
  • cl-ppcre (system).
  • cl-fad (system).
  • babel (system).
Source

montezuma.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 montezuma/src

Source

montezuma.asd.

Parent Component

montezuma (system).

Child Components

3.2 montezuma/src/util

Dependency

package.lisp (file).

Source

montezuma.asd.

Parent Component

src (module).

Child Components

3.3 montezuma/src/store

Dependencies
Source

montezuma.asd.

Parent Component

src (module).

Child Components

3.4 montezuma/src/document

Dependency

package.lisp (file).

Source

montezuma.asd.

Parent Component

src (module).

Child Components

3.5 montezuma/src/analysis

Dependencies
Source

montezuma.asd.

Parent Component

src (module).

Child Components

3.6 montezuma/src/query-parser

Dependencies
Source

montezuma.asd.

Parent Component

src (module).

Child Component

query-parser.lisp (file).


3.8 montezuma/src/index

Dependencies
Source

montezuma.asd.

Parent Component

src (module).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 montezuma/montezuma.asd

Source

montezuma.asd.

Parent Component

montezuma (system).

ASDF Systems

montezuma.


4.1.2 montezuma/src/package.lisp

Source

montezuma.asd.

Parent Component

src (module).

Packages

4.1.3 montezuma/src/util/while.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

4.1.4 montezuma/src/util/porter-stemmer.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

4.1.5 montezuma/src/util/streams.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

stream-contents (function).


4.1.6 montezuma/src/util/pipes.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

4.1.7 montezuma/src/util/mop.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

4.1.8 montezuma/src/util/priority-queue.lisp

Dependency

while.lisp (file).

Source

montezuma.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.9 montezuma/src/util/strings.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

4.1.10 montezuma/src/util/tables.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

4.1.11 montezuma/src/util/bit-vector.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

4.1.12 montezuma/src/util/files.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

add-file-extension (function).


4.1.13 montezuma/src/util/comparable.lisp

Source

montezuma.asd.

Parent Component

util (module).

Internals

<=> (generic function).


4.1.14 montezuma/src/util/parser.lisp

Source

montezuma.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.15 montezuma/src/util/utilities.lisp

Source

montezuma.asd.

Parent Component

util (module).

Public Interface

each (generic function).

Internals

4.1.16 montezuma/src/store/api.lisp

Source

montezuma.asd.

Parent Component

store (module).

Public Interface
  • close (generic function).
  • flush (generic function).
Internals

4.1.17 montezuma/src/store/directory.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

store (module).

Internals

4.1.18 montezuma/src/store/index-io.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

store (module).

Internals

4.1.19 montezuma/src/store/buffered-index-io.lisp

Dependency

index-io.lisp (file).

Source

montezuma.asd.

Parent Component

store (module).

Public Interface
Internals

4.1.20 montezuma/src/store/ram-store.lisp

Dependencies
Source

montezuma.asd.

Parent Component

store (module).

Public Interface
Internals

4.1.21 montezuma/src/store/fs-store.lisp

Dependencies
Source

montezuma.asd.

Parent Component

store (module).

Public Interface
Internals

4.1.22 montezuma/src/document/field.lisp

Source

montezuma.asd.

Parent Component

document (module).

Public Interface
Internals

4.1.23 montezuma/src/document/document.lisp

Source

montezuma.asd.

Parent Component

document (module).

Public Interface
Internals

4.1.24 montezuma/src/analysis/token.lisp

Source

montezuma.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.25 montezuma/src/analysis/token-stream.lisp

Source

montezuma.asd.

Parent Component

analysis (module).

Internals

4.1.26 montezuma/src/analysis/token-filters.lisp

Dependencies
Source

montezuma.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.27 montezuma/src/analysis/tokenizers.lisp

Dependencies
Source

montezuma.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.28 montezuma/src/analysis/standard-tokenizer.lisp

Dependency

tokenizers.lisp (file).

Source

montezuma.asd.

Parent Component

analysis (module).

Internals

4.1.29 montezuma/src/analysis/analyzers.lisp

Dependency

standard-tokenizer.lisp (file).

Source

montezuma.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.30 montezuma/src/query-parser/query-parser.lisp

Source

montezuma.asd.

Parent Component

query-parser (module).

Public Interface
Internals

4.1.31 montezuma/src/search/api.lisp

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.32 montezuma/src/search/similarity.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Internals

4.1.33 montezuma/src/search/boolean-clause.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.34 montezuma/src/search/scorer.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.35 montezuma/src/search/score-doc.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.36 montezuma/src/search/score-doc-comparator.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface

index (reader method).

Internals

4.1.37 montezuma/src/search/filter.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Internals

4.1.38 montezuma/src/search/weight.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface

weight (class).


4.1.39 montezuma/src/search/hit-queue.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Internals

4.1.40 montezuma/src/search/query.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface

weight (method).

Internals

4.1.41 montezuma/src/search/term-query.lisp

Dependency

query.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.42 montezuma/src/search/boolean-query.lisp

Dependency

query.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.43 montezuma/src/search/term-scorer.lisp

Dependency

scorer.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.44 montezuma/src/search/disjunction-sum-scorer.lisp

Dependency

scorer.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.45 montezuma/src/search/conjunction-scorer.lisp

Dependency

scorer.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.46 montezuma/src/search/req-opt-sum-scorer.lisp

Dependency

scorer.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.47 montezuma/src/search/req-excl-scorer.lisp

Dependency

scorer.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.48 montezuma/src/search/non-matching-scorer.lisp

Source

montezuma.asd.

Parent Component

search (module).

Internals

4.1.49 montezuma/src/search/boolean-scorer.lisp

Dependencies
Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.50 montezuma/src/search/filtered-term-enum.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface

close (method).

Internals

4.1.51 montezuma/src/search/multi-term-query.lisp

Dependency

query.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface

print-object (method).

Internals

4.1.52 montezuma/src/search/wildcard-query.lisp

Dependency

multi-term-query.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Internals

4.1.53 montezuma/src/search/wildcard-term-enum.lisp

Dependency

filtered-term-enum.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.54 montezuma/src/search/phrase-query.lisp

Dependency

query.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.55 montezuma/src/search/range-query.lisp

Dependency

query.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.56 montezuma/src/search/match-all-query.lisp

Dependency

query.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.57 montezuma/src/search/top-docs.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.58 montezuma/src/search/index-searcher.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.59 montezuma/src/search/sort.lisp

Dependencies
Source

montezuma.asd.

Parent Component

search (module).

Public Interface

initialize-instance (method).

Internals

4.1.60 montezuma/src/search/sort-field.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface

initialize-instance (method).

Internals

4.1.61 montezuma/src/search/phrase-positions.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.62 montezuma/src/search/phrase-scorer.lisp

Dependencies
Source

montezuma.asd.

Parent Component

search (module).

Public Interface
Internals

4.1.63 montezuma/src/search/sloppy-phrase-scorer.lisp

Dependency

phrase-scorer.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Internals

4.1.64 montezuma/src/search/exact-phrase-scorer.lisp

Dependency

phrase-scorer.lisp (file).

Source

montezuma.asd.

Parent Component

search (module).

Internals

4.1.65 montezuma/src/index/api.lisp

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.66 montezuma/src/index/index-filenames.lisp

Source

montezuma.asd.

Parent Component

index (module).

Internals

4.1.67 montezuma/src/index/term.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface

make-term (function).

Internals

4.1.68 montezuma/src/index/term-info.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface

print-object (method).

Internals

4.1.69 montezuma/src/index/term-buffer.lisp

Dependency

term.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.70 montezuma/src/index/field-infos.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.71 montezuma/src/index/term-enum.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Internals

4.1.72 montezuma/src/index/term-doc-enum.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.73 montezuma/src/index/term-infos-io.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.74 montezuma/src/index/multiple-term-doc-pos-enum.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.75 montezuma/src/index/term-vector-offset-info.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.76 montezuma/src/index/segment-term-vector.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.77 montezuma/src/index/term-vectors-io.lisp

Dependency

segment-term-vector.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.78 montezuma/src/index/segment-term-enum.lisp

Dependency

term-infos-io.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.79 montezuma/src/index/fields-io.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.80 montezuma/src/index/compound-file-io.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.81 montezuma/src/index/segment-merge-info.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.82 montezuma/src/index/segment-merge-queue.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface

close (method).

Internals

4.1.83 montezuma/src/index/segment-infos.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.84 montezuma/src/index/segment-reader.lisp

Dependencies
Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.85 montezuma/src/index/multi-reader.lisp

Dependency

index-reader.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.86 montezuma/src/index/index-writer.lisp

Dependency

segment-reader.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.87 montezuma/src/index/document-writer.lisp

Dependency

index-writer.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.88 montezuma/src/index/segment-merger.lisp

Dependencies
Source

montezuma.asd.

Parent Component

index (module).

Internals

4.1.89 montezuma/src/index/index-reader.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

4.1.90 montezuma/src/index/index.lisp

Dependency

api.lisp (file).

Source

montezuma.asd.

Parent Component

index (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 montezuma.parser

Source

package.lisp.

Use List

common-lisp.

Used By List

montezuma.

Public Interface
Internals

5.2 montezuma

Source

package.lisp.

Use List
Public Interface
Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Macros

Macro: defchartype (name &body typespec)

Define a character-type production. The body should be a typespec that defines a type whose extension is a subset of characters, e.g. ’(member #a #b #c)

Package

montezuma.parser.

Source

parser.lisp.

Macro: deflexer (name spec (&rest meta))

Define a parser that collects a vector of tokens.

Package

montezuma.parser.

Source

parser.lisp.

Macro: defparser (name spec &key type)

Define a parser function in the PARSER grammar language.

Package

montezuma.parser.

Source

parser.lisp.

Macro: defprod (name (&rest vars) &body spec)

Define an arbitrary production in the PARSER grammar language.

Package

montezuma.parser.

Source

parser.lisp.

Macro: parselet ((&rest bindings) &body forms)

Define local parsers. Parslet is to defparser as flet is to defun.

Package

montezuma.parser.

Source

parser.lisp.


6.1.2 Ordinary functions

Function: make-field (name value &key stored index store-term-vector binary-p boost)
Package

montezuma.

Source

field.lisp.

Function: make-fs-directory (path &key create-p)
Package

montezuma.

Source

fs-store.lisp.

Function: make-term (field text)
Package

montezuma.

Source

term.lisp.

Reader: token-image (instance)
Writer: (setf token-image) (instance)
Package

montezuma.

Source

token.lisp.

Target Slot

image.


6.1.3 Generic functions

Generic Function: add-document (fields-writer document)
Package

montezuma.

Source

fields-io.lisp.

Methods
Method: add-document ((fields-writer fields-writer) document)
Generic Function: add-document-to-index (index doc &optional analyzer)
Package

montezuma.

Source

index.lisp.

Methods
Method: add-document-to-index ((self index) doc &optional analyzer)
Generic Function: add-document-to-index-writer (index-writer document &optional analyzer)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: add-document-to-index-writer ((self index-writer) document &optional analyzer)
Generic Function: add-field (document field)
Package

montezuma.

Source

document.lisp.

Methods
Method: add-field ((self document) (field field))
Generic Function: add-query (boolean-query query occur)
Package

montezuma.

Source

boolean-query.lisp.

Methods
Method: add-query ((self boolean-query) (query query) occur)
Generic Function: all-tokens (analyzer field string)
Package

montezuma.

Source

analyzers.lisp.

Methods
Method: all-tokens ((self analyzer) field string)
Generic Reader: analyzer (object)
Package

montezuma.

Methods
Reader Method: analyzer ((query-parser query-parser))

automatically generated reader method

Source

query-parser.lisp.

Target Slot

analyzer.

Reader Method: analyzer ((index index))

automatically generated reader method

Source

index.lisp.

Target Slot

analyzer.

Reader Method: analyzer ((index-writer index-writer))

automatically generated reader method

Source

index-writer.lisp.

Target Slot

analyzer.

Generic Function: close (index-output)
Package

montezuma.

Source

api.lisp.

Methods
Method: close ((self index-searcher))
Source

index-searcher.lisp.

Method: close :after ((self wildcard-term-enum))
Source

wildcard-term-enum.lisp.

Method: close ((self filtered-term-enum))
Source

filtered-term-enum.lisp.

Method: close ((self index))
Source

index.lisp.

Method: close ((self index-writer))
Source

index-writer.lisp.

Method: close ((self multi-term-doc-enum))
Source

multi-reader.lisp.

Method: close ((self multi-term-enum))
Source

multi-reader.lisp.

Method: close ((self index-reader))
Source

index-reader.lisp.

Method: close ((self segment-merge-queue))
Source

segment-merge-queue.lisp.

Method: close ((self segment-merge-info))
Source

segment-merge-info.lisp.

Method: close ((self compound-file-writer))
Source

compound-file-io.lisp.

Method: close ((self cs-index-input))
Source

compound-file-io.lisp.

Method: close ((self compound-file-reader))
Source

compound-file-io.lisp.

Method: close ((self fields-writer))
Source

fields-io.lisp.

Method: close ((self fields-reader))
Source

fields-io.lisp.

Method: close ((self segment-term-enum))
Source

segment-term-enum.lisp.

Method: close ((self term-vectors-reader))
Source

term-vectors-io.lisp.

Method: close ((self term-vectors-writer))
Source

term-vectors-io.lisp.

Method: close ((self multiple-term-doc-pos-enum))
Source

multiple-term-doc-pos-enum.lisp.

Method: close ((self term-infos-reader))
Source

term-infos-io.lisp.

Method: close ((self term-infos-writer))
Source

term-infos-io.lisp.

Method: close :after ((self segment-term-doc-pos-enum))
Source

term-doc-enum.lisp.

Method: close ((self segment-term-doc-enum))
Source

term-doc-enum.lisp.

Method: close ((self tokenizer))
Source

tokenizers.lisp.

Method: close ((self token-filter))
Source

token-filters.lisp.

Method: close ((self fs-index-input))
Source

fs-store.lisp.

Method: close :after ((self fs-index-output))
Source

fs-store.lisp.

Method: close ((self fs-directory))
Source

fs-store.lisp.

Method: close ((self ram-index-input))
Source

ram-store.lisp.

Method: close :after ((self ram-index-output))
Source

ram-store.lisp.

Method: close ((self ram-directory))
Source

ram-store.lisp.

Method: close ((self buffered-index-output))
Source

buffered-index-io.lisp.

Generic Function: commit (index-reader)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: commit ((self index-reader))
Generic Function: delete-document (index-reader doc-number)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: delete-document ((self index) id)
Source

index.lisp.

Method: delete-document ((self index-reader) doc-num)
Generic Function: doc (term-doc-enum)

Returns the current document number matching the query. Initially invalid, until #next?() is called the first time.

Package

montezuma.

Source

api.lisp.

Methods
Reader Method: doc ((score-doc score-doc))

automatically generated reader method

Source

score-doc.lisp.

Target Slot

doc.

Method: doc ((self multi-term-doc-enum))
Source

multi-reader.lisp.

Reader Method: doc ((multiple-term-doc-pos-enum multiple-term-doc-pos-enum))

automatically generated reader method

Source

multiple-term-doc-pos-enum.lisp.

Target Slot

doc.

Reader Method: doc ((segment-term-doc-enum segment-term-doc-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

doc.

Generic Writer: (setf doc) (object)
Package

montezuma.

Methods
Writer Method: (setf doc) ((score-doc score-doc))

automatically generated writer method

Source

score-doc.lisp.

Target Slot

doc.

Generic Function: document (disjunction-sum-scorer)
Package

montezuma.

Source

api.lisp.

Methods
Method: document ((self phrase-scorer))
Source

phrase-scorer.lisp.

Reader Method: document ((phrase-positions phrase-positions))

automatically generated reader method

Source

phrase-positions.lisp.

Target Slot

document.

Method: document ((self match-all-scorer))
Source

match-all-query.lisp.

Method: document ((self boolean-scorer))
Source

boolean-scorer.lisp.

Method: document ((self single-match-scorer))
Source

boolean-scorer.lisp.

Method: document ((self req-excl-scorer))
Source

req-excl-scorer.lisp.

Method: document ((self req-opt-sum-scorer))
Source

req-opt-sum-scorer.lisp.

Method: document ((self conjunction-scorer))
Source

conjunction-scorer.lisp.

Method: document ((self disjunction-sum-scorer))
Source

disjunction-sum-scorer.lisp.

Reader Method: document ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

document.

Generic Function: document-field (document name)
Package

montezuma.

Source

document.lisp.

Methods
Method: document-field ((self document) name)
Generic Function: document-value (document field-name)
Package

montezuma.

Source

document.lisp.

Methods
Method: document-value ((document document) field-name)
Generic Function: (setf document-value) (document field-name)
Package

montezuma.

Source

document.lisp.

Methods
Method: (setf document-value) ((document document) field-name)
Generic Function: each (sequence function)
Package

montezuma.

Source

utilities.lisp.

Methods
Method: each ((self phrase-scorer) fn)
Source

phrase-scorer.lisp.

Method: each ((self top-docs) block)
Source

top-docs.lisp.

Method: each ((self list) block)
Generic Function: each-hit (scorer fn)
Package

montezuma.

Source

api.lisp.

Methods
Method: each-hit ((self boolean-scorer) fn)
Source

boolean-scorer.lisp.

Method: each-hit ((self term-scorer) fn)
Source

term-scorer.lisp.

Method: each-hit ((self scorer) fn)
Source

scorer.lisp.

Generic Reader: field (object)
Package

montezuma.

Methods
Reader Method: field ((range-query range-query))

automatically generated reader method

Source

range-query.lisp.

Target Slot

field.

Reader Method: field ((phrase-query phrase-query))

automatically generated reader method

Source

phrase-query.lisp.

Target Slot

field.

Reader Method: field ((segment-term-vector segment-term-vector))

automatically generated reader method

Source

segment-term-vector.lisp.

Target Slot

field.

Reader Method: field ((term-buffer term-buffer))

automatically generated reader method

Source

term-buffer.lisp.

Target Slot

field.

Generic Reader: field-data (object)
Package

montezuma.

Methods
Reader Method: field-data ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

data.

Generic Writer: (setf field-data) (object)
Package

montezuma.

Methods
Writer Method: (setf field-data) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

data.

Generic Function: flush (index-output)
Package

montezuma.

Source

api.lisp.

Methods
Method: flush ((self index))
Source

index.lisp.

Method: flush ((self buffered-index-output))
Source

buffered-index-io.lisp.

Generic Function: get-document (index doc-number)
Package

montezuma.

Source

api.lisp.

Methods
Method: get-document ((self index-searcher) index)
Source

index-searcher.lisp.

Method: get-document ((self index) id)
Source

index.lisp.

Method: get-document ((self multi-reader) n)
Source

multi-reader.lisp.

Method: get-document ((self segment-reader) n)
Source

segment-reader.lisp.

Method: get-document ((self fields-reader) n)
Source

fields-io.lisp.

Generic Reader: index (object)
Package

montezuma.

Methods
Reader Method: index ((simple-field-comparator simple-field-comparator))

automatically generated reader method

Source

score-doc-comparator.lisp.

Target Slot

index.

Generic Function: max-doc (index-reader)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: max-doc ((self index-searcher))
Source

index-searcher.lisp.

Reader Method: max-doc ((multi-reader multi-reader))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

max-doc.

Method: max-doc ((self segment-reader))
Source

segment-reader.lisp.

Generic Function: optimize (index-writer)
Package

montezuma.

Source

api.lisp.

Methods
Method: optimize ((self index))
Source

index.lisp.

Method: optimize ((self index-writer))
Source

index-writer.lisp.

Generic Function: query-delete (index query)
Package

montezuma.

Source

index.lisp.

Methods
Method: query-delete ((self index) query)
Generic Function: query-update (index query new-val)
Package

montezuma.

Source

index.lisp.

Methods
Method: query-update ((self index) query new-val)
Generic Function: reader (index)
Package

montezuma.

Source

index.lisp.

Methods
Reader Method: reader ((index-searcher index-searcher))

automatically generated reader method

Source

index-searcher.lisp.

Target Slot

reader.

Method: reader ((self index))
Generic Writer: (setf reader) (object)
Package

montezuma.

Methods
Writer Method: (setf reader) ((index-searcher index-searcher))

automatically generated writer method

Source

index-searcher.lisp.

Target Slot

reader.

Generic Function: score (similarity)

Returns the score for the current document matching the query. Initially invalid, until #next?() is called the first time.

Package

montezuma.

Source

api.lisp.

Methods
Method: score ((self phrase-scorer))
Source

phrase-scorer.lisp.

Method: score ((self match-all-scorer))
Source

match-all-query.lisp.

Method: score ((self boolean-scorer))
Source

boolean-scorer.lisp.

Method: score :around ((self counting-conjunction-scorer))
Source

boolean-scorer.lisp.

Method: score :around ((self counting-disjunction-sum-scorer))
Source

boolean-scorer.lisp.

Method: score ((self single-match-scorer))
Source

boolean-scorer.lisp.

Method: score ((self req-excl-scorer))
Source

req-excl-scorer.lisp.

Method: score ((self req-opt-sum-scorer))
Source

req-opt-sum-scorer.lisp.

Method: score ((self conjunction-scorer))
Source

conjunction-scorer.lisp.

Method: score ((self disjunction-sum-scorer))
Source

disjunction-sum-scorer.lisp.

Method: score ((self term-scorer))
Source

term-scorer.lisp.

Reader Method: score ((score-doc score-doc))

automatically generated reader method

Source

score-doc.lisp.

Target Slot

score.

Generic Writer: (setf score) (object)
Package

montezuma.

Methods
Writer Method: (setf score) ((score-doc score-doc))

automatically generated writer method

Source

score-doc.lisp.

Target Slot

score.

Generic Function: scorer (weight reader)

Constructs a scorer for this.

Package

montezuma.

Source

api.lisp.

Methods
Method: scorer ((self match-all-weight) reader)
Source

match-all-query.lisp.

Method: scorer ((self phrase-weight) reader)
Source

phrase-query.lisp.

Method: scorer ((self boolean-weight) reader)
Source

boolean-query.lisp.

Method: scorer ((self term-weight) reader)
Source

term-query.lisp.

Package

montezuma.

Source

index.lisp.

Methods
Method: search ((self index-searcher) query &rest options)
Source

index-searcher.lisp.

Method: search ((self index) query &rest options)
Generic Function: search-each (index query fn &optional options)
Package

montezuma.

Source

index.lisp.

Methods
Method: search-each ((self index-searcher) (query query) fn &optional filter)
Source

index-searcher.lisp.

Method: search-each ((self index) query fn &optional options)
Generic Function: size (container)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: size ((self top-docs))
Source

top-docs.lisp.

Method: size ((self index))
Source

index.lisp.

Method: size ((self segment-infos))
Source

segment-infos.lisp.

Reader Method: size ((cs-index-input cs-index-input))

automatically generated reader method

Source

compound-file-io.lisp.

Target Slot

size.

Reader Method: size ((compound-file-reader-file-entry compound-file-reader-file-entry))

automatically generated reader method

Source

compound-file-io.lisp.

Target Slot

size.

Reader Method: size ((fields-reader fields-reader))

automatically generated reader method

Source

fields-io.lisp.

Target Slot

size.

Reader Method: size ((segment-term-enum segment-term-enum))

automatically generated reader method

Source

segment-term-enum.lisp.

Target Slot

size.

Reader Method: size ((term-vectors-reader term-vectors-reader))

automatically generated reader method

Source

term-vectors-io.lisp.

Target Slot

size.

Method: size ((self segment-term-vector))
Source

segment-term-vector.lisp.

Reader Method: size ((term-infos-reader term-infos-reader))

automatically generated reader method

Source

term-infos-io.lisp.

Target Slot

size.

Reader Method: size ((term-infos-writer term-infos-writer))

automatically generated reader method

Source

term-infos-io.lisp.

Target Slot

size.

Method: size ((self field-infos))
Source

field-infos.lisp.

Reader Method: size ((fs-index-input fs-index-input))

automatically generated reader method

Source

fs-store.lisp.

Target Slot

size.

Reader Method: size ((ram-file ram-file))

automatically generated reader method

Source

ram-store.lisp.

Target Slot

size.

Method: size ((self ram-index-input))
Source

ram-store.lisp.

Method: size ((self ram-index-output))
Source

ram-store.lisp.

Method: size ((queue priority-queue))
Generic Writer: (setf size) (object)
Package

montezuma.

Methods
Writer Method: (setf size) ((compound-file-reader-file-entry compound-file-reader-file-entry))

automatically generated writer method

Source

compound-file-io.lisp.

Target Slot

size.

Writer Method: (setf size) ((ram-file ram-file))

automatically generated writer method

Source

ram-store.lisp.

Target Slot

size.

Generic Function: update (index id new-val)
Package

montezuma.

Source

index.lisp.

Methods
Method: update ((self index) id new-val)
Generic Function: weight (query searcher)

Expert: Constructs and initializes a Weight for a top-level query.

Package

montezuma.

Source

api.lisp.

Methods
Method: weight ((self query) searcher)
Source

query.lisp.

Generic Function: writer (index)
Package

montezuma.

Source

index.lisp.

Methods
Method: writer ((self index))

6.1.4 Standalone methods

Method: initialize-instance :after ((self index) &rest args &key &allow-other-keys)
Source

index.lisp.

Method: initialize-instance :after ((self index-writer) &key create-p create-if-missing-p &allow-other-keys)
Source

index-writer.lisp.

Method: initialize-instance :after ((self index-searcher) &key directory reader)
Source

index-searcher.lisp.

Method: initialize-instance :after ((self boolean-clause) &key)
Source

boolean-clause.lisp.

Method: initialize-instance :after ((queue priority-queue) &key)
Source

priority-queue.lisp.

Method: initialize-instance :after ((self index-reader) &key)
Source

index-reader.lisp.

Method: initialize-instance :after ((self disjunction-sum-scorer) &key)
Source

disjunction-sum-scorer.lisp.

Method: initialize-instance :after ((self sort) &key)
Source

sort.lisp.

Method: initialize-instance :after ((self regexp-tokenizer) &key)
Source

tokenizers.lisp.

Method: initialize-instance :after ((self buffered-index-output) &key)
Source

buffered-index-io.lisp.

Method: initialize-instance :after ((self boolean-scorer) &key)
Source

boolean-scorer.lisp.

Method: initialize-instance :after ((self field-infos) &key directory name)
Source

field-infos.lisp.

Method: initialize-instance :after ((self phrase-weight) &key searcher)
Source

phrase-query.lisp.

Method: initialize-instance :after ((self segment-term-doc-enum) &key)
Source

term-doc-enum.lisp.

Method: initialize-instance :after ((self segment-term-doc-pos-enum) &key)
Source

term-doc-enum.lisp.

Method: initialize-instance :after ((self multiple-term-doc-pos-enum) &key reader terms)
Source

multiple-term-doc-pos-enum.lisp.

Method: initialize-instance :after ((self term-infos-reader) &key)
Source

term-infos-io.lisp.

Method: initialize-instance :after ((self term-infos-writer) &key directory segment)
Source

term-infos-io.lisp.

Method: initialize-instance :after ((self counting-conjunction-scorer) &key)
Source

boolean-scorer.lisp.

Method: initialize-instance :after ((self multi-term-enum) &key readers starts term)
Source

multi-reader.lisp.

Method: initialize-instance :after ((self fs-index-input) &key path)
Source

fs-store.lisp.

Method: initialize-instance :after ((self phrase-scorer) &key term-positions positions)
Source

phrase-scorer.lisp.

Method: initialize-instance :after ((self stop-filter) &key file)
Source

token-filters.lisp.

Method: initialize-instance :after ((self boolean-weight) &key)
Source

boolean-query.lisp.

Method: initialize-instance :after ((self segment-reader) &key info)
Source

segment-reader.lisp.

Method: initialize-instance :after ((self match-all-scorer) &key)
Source

match-all-query.lisp.

Method: initialize-instance :after ((self fs-index-output) &key path)
Source

fs-store.lisp.

Method: initialize-instance :after ((self segment-merge-info) &key)
Source

segment-merge-info.lisp.

Method: initialize-instance :after ((self fields-writer) &key directory segment)
Source

fields-io.lisp.

Method: initialize-instance :after ((self compound-file-reader) &key)
Source

compound-file-io.lisp.

Method: initialize-instance :after ((self term-vectors-writer) &key directory segment)
Source

term-vectors-io.lisp.

Method: initialize-instance :after ((self segment-term-enum) &key)
Source

segment-term-enum.lisp.

Method: initialize-instance :after ((self term-vectors-reader) &key directory segment)
Source

term-vectors-io.lisp.

Method: initialize-instance :after ((self query-parser) &key)
Source

query-parser.lisp.

Method: initialize-instance :after ((self sort-field) &key)
Source

sort-field.lisp.

Method: initialize-instance :after ((self wildcard-term-enum) &key reader)
Source

wildcard-term-enum.lisp.

Method: initialize-instance :after ((self fields-reader) &key directory segment)
Source

fields-io.lisp.

Method: initialize-instance :after ((self term-scorer) &key)
Source

term-scorer.lisp.

Method: initialize-instance :after ((self buffered-index-input) &key)
Source

buffered-index-io.lisp.

Method: initialize-instance :after ((self term-weight) &key query searcher)
Source

term-query.lisp.

Method: initialize-instance :around ((self multi-reader) &key directory sub-readers)
Source

multi-reader.lisp.

Method: initialize-instance :after ((self fs-directory) &key)
Source

fs-store.lisp.

Method: initialize-instance :after ((self multi-term-doc-enum) &key)
Source

multi-reader.lisp.

Method: initialize-instance :after ((self cs-index-input) &key)
Source

compound-file-io.lisp.

Method: initialize-instance :after ((self single-match-scorer) &key)
Source

boolean-scorer.lisp.

Method: initialize-instance :after ((self term-vector-offset-info) &key)
Source

term-vector-offset-info.lisp.

Method: initialize-instance :after ((self ram-directory) &key close-dir-p)
Source

ram-store.lisp.

Method: initialize-instance :after ((self term-positions-queue) &key term-positions)
Source

multiple-term-doc-pos-enum.lisp.

Method: initialize-instance :after ((self posting) &key position offset)
Source

document-writer.lisp.

Method: initialize-instance :after ((self range-query) &key)
Source

range-query.lisp.

Method: print-object ((self token) stream)
Source

parser.lisp.

Method: print-object ((self document) stream)
Source

document.lisp.

Method: print-object ((self boolean-query) stream)
Source

boolean-query.lisp.

Method: print-object ((self boolean-clause) stream)
Source

boolean-clause.lisp.

Method: print-object ((self term-query) stream)
Source

term-query.lisp.

Method: print-object ((self field) stream)
Source

field.lisp.

Method: print-object ((self segment-infos) stream)
Source

segment-infos.lisp.

Method: print-object ((self phrase-weight) stream)
Source

phrase-query.lisp.

Method: print-object ((self ram-index-input) stream)
Source

ram-store.lisp.

Method: print-object ((self term-info) stream)
Source

term-info.lisp.

Method: print-object ((self segment-term-vector) stream)
Source

segment-term-vector.lisp.

Method: print-object ((self top-docs) stream)
Source

top-docs.lisp.

Method: print-object ((self segment-info) stream)
Source

segment-infos.lisp.

Method: print-object ((self phrase-scorer) stream)
Source

phrase-scorer.lisp.

Method: print-object ((self multi-term-query) stream)
Source

multi-term-query.lisp.

Method: print-object ((self ram-file) stream)
Source

ram-store.lisp.

Method: print-object ((self segment-reader) stream)
Source

segment-reader.lisp.

Method: print-object ((self ram-index-output) stream)
Source

ram-store.lisp.

Method: print-object ((self segment-merge-info) stream)
Source

segment-merge-info.lisp.

Method: print-object ((self field-info) stream)
Source

field-infos.lisp.

Method: print-object ((self phrase-query) stream)
Source

phrase-query.lisp.

Method: print-object ((self term-scorer) stream)
Source

term-scorer.lisp.

Method: print-object ((self term-weight) stream)
Source

term-query.lisp.

Method: print-object ((self term-buffer) stream)
Source

term-buffer.lisp.

Method: print-object ((self fs-directory) stream)
Source

fs-store.lisp.

Method: print-object ((self phrase-positions) stream)
Source

phrase-positions.lisp.

Method: print-object ((self multi-term-doc-enum) stream)
Source

multi-reader.lisp.

Method: print-object ((self term-vector-offset-info) stream)
Source

term-vector-offset-info.lisp.

Method: print-object ((self score-doc) stream)
Source

score-doc.lisp.

Method: print-object ((self posting) stream)
Source

document-writer.lisp.


6.1.5 Classes

Class: analyzer
Package

montezuma.

Source

analyzers.lisp.

Direct subclasses
Direct methods
Class: boolean-clause
Package

montezuma.

Source

boolean-clause.lisp.

Direct methods
Direct slots
Slot: query

The query whose matching documents are combined by the boolean query.

Initargs

:query

Readers

query.

Writers

(setf query).

Slot: required

If true, documents documents which _do not_ match this sub-query will _not_ match the boolean query.

Readers

required?.

Writers

required.

Slot: prohibited

If true, documents documents which _do_ match this sub-query will _not_ match the boolean query.

Readers

prohibited?.

Writers

prohibited.

Slot: occur

See BooleanQuery::Occur for values for this attribute.

Initform

:should-occur

Initargs

:occur

Readers

occur.

Writers

(setf occur).

Class: boolean-query
Package

montezuma.

Source

boolean-query.lisp.

Direct superclasses

query.

Direct methods
Direct Default Initargs
InitargValue
:max-clause-count+default-max-clause-count+
Direct slots
Slot: clauses
Initform

(make-array 10 :adjustable t :fill-pointer 0)

Readers

clauses.

Writers

(setf clauses).

Slot: coord-disabled
Initform

t

Initargs

:coord-disabled

Readers

coord-disabled?.

Writers

This slot is read-only.

Slot: max-clause-count
Allocation

:class

Initargs

:max-clause-count

Readers

max-clause-count.

Writers

(setf max-clause-count).

Class: document
Package

montezuma.

Source

document.lisp.

Direct methods
Direct slots
Slot: boost
Initform

1.0

Initargs

:boost

Readers

boost.

Writers

(setf boost).

Slot: fields
Initform

(montezuma::make-table :test (function equal))

Class: field
Package

montezuma.

Source

field.lisp.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

field-name.

Writers

This slot is read-only.

Slot: data
Initargs

:data

Readers

field-data.

Writers

(setf field-data).

Slot: boost
Initform

1.0

Initargs

:boost

Readers

boost.

Writers

(setf boost).

Slot: stored-p
Initargs

:stored-p

Readers

field-stored-p.

Writers

(setf field-stored-p).

Slot: indexed-p
Initform

t

Initargs

:indexed-p

Readers

field-indexed-p.

Writers

(setf field-indexed-p).

Slot: tokenized-p
Initform

t

Initargs

:tokenized-p

Readers

field-tokenized-p.

Writers

(setf field-tokenized-p).

Slot: binary-p
Initargs

:binary-p

Readers

field-binary-p.

Writers

(setf field-binary-p).

Slot: compressed-p
Initargs

:compressed-p

Readers

field-compressed-p.

Writers

(setf field-compressed-p).

Slot: store-term-vector-p
Initargs

:store-term-vector-p

Readers

field-store-term-vector-p.

Writers

(setf field-store-term-vector-p).

Slot: store-positions-p
Initargs

:store-positions-p

Readers

field-store-positions-p.

Writers

(setf field-store-positions-p).

Slot: store-offsets-p
Initargs

:store-offsets-p

Readers

field-store-offsets-p.

Writers

(setf field-store-offsets-p).

Slot: omit-norms-p
Initargs

:omit-norms-p

Readers

field-omit-norms-p.

Writers

(setf field-omit-norms-p).

Class: index
Package

montezuma.

Source

index.lisp.

Direct methods
Direct slots
Slot: key
Slot: dir
Slot: has-writes-p
Slot: reader
Slot: writer
Slot: close-dir-p
Slot: auto-flush-p
Slot: default-search-field
Slot: default-field
Slot: analyzer
Readers

analyzer.

Writers

This slot is read-only.

Slot: searcher
Slot: open-p
Initform

t

Slot: options
Slot: qp
Class: index-searcher
Package

montezuma.

Source

index-searcher.lisp.

Direct methods
Direct Default Initargs
InitargValue
:similarity(make-default-similarity)
Direct slots
Slot: similarity
Initargs

:similarity

Readers

similarity.

Writers

(setf similarity).

Slot: reader
Readers

reader.

Writers

(setf reader).

Slot: directory
Readers

directory.

Writers

(setf directory).

Class: index-writer
Package

montezuma.

Source

index-writer.lisp.

Direct methods
Direct Default Initargs
InitargValue
:close-dir-pnil
:use-compound-file-pt
:analyzer(make-instance (quote standard-analyzer))
:merge-factor*index-writer-default-merge-factor*
:min-merge-docs*index-writer-default-min-merge-docs*
:max-merge-docs*index-writer-default-max-merge-docs*
:max-field-length*index-writer-default-max-field-length*
:term-index-interval*index-writer-default-term-index-interval*
Direct slots
Slot: directory
Initargs

:directory

Slot: close-dir-p
Initargs

:close-dir-p

Slot: use-compound-file-p
Initargs

:use-compound-file-p

Slot: analyzer
Initargs

:analyzer

Readers

analyzer.

Writers

This slot is read-only.

Slot: merge-factor
Initargs

:merge-factor

Readers

merge-factor.

Writers

(setf merge-factor).

Slot: min-merge-docs
Initargs

:min-merge-docs

Readers

min-merge-docs.

Writers

(setf min-merge-docs).

Slot: max-merge-docs
Initargs

:max-merge-docs

Readers

max-merge-docs.

Writers

(setf max-merge-docs).

Slot: max-field-length
Initargs

:max-field-length

Slot: term-index-interval
Initargs

:term-index-interval

Slot: similarity
Initform

(montezuma::make-default-similarity)

Slot: segment-infos
Initform

(make-instance (quote montezuma::segment-infos))

Slot: ram-directory
Slot: info-stream
Initargs

:info-stream

Readers

info-stream.

Writers

(setf info-stream).

Class: match-all-query
Package

montezuma.

Source

match-all-query.lisp.

Direct superclasses

query.

Direct methods

create-weight.

Class: scorer
Package

montezuma.

Source

scorer.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: similarity
Initargs

:similarity

Readers

similarity.

Writers

This slot is read-only.

Class: standard-analyzer

The STANDARD-ANALYZER skips stop words, normalizes to lower case and also filter tokens through the STANDARD-TOKENIZER.

Package

montezuma.

Source

analyzers.lisp.

Direct superclasses

stop-analyzer.

Direct methods

token-stream.

Class: term-query
Package

montezuma.

Source

term-query.lisp.

Direct superclasses

query.

Direct methods
Direct slots
Slot: term
Initargs

:term

Readers

term.

Writers

This slot is read-only.

Class: weight
Package

montezuma.

Source

weight.lisp.

Direct subclasses
Class: whitespace-analyzer
Package

montezuma.

Source

analyzers.lisp.

Direct superclasses

analyzer.

Direct methods

token-stream.


6.2 Internals


6.2.1 Constants

Constant: empty-pipe
Package

montezuma.

Source

pipes.lisp.


6.2.2 Special variables

Special Variable: *acronym-word-regexp*
Package

montezuma.

Source

standard-tokenizer.lisp.

Special Variable: *apostrophe-s-regexp*
Package

montezuma.

Source

standard-tokenizer.lisp.

Special Variable: *apostrophe-word-regexp*
Package

montezuma.

Source

standard-tokenizer.lisp.

Special Variable: *auto-sorter*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *default-buffer-size*
Package

montezuma.

Source

buffered-index-io.lisp.

Special Variable: *directory-cache*
Package

montezuma.

Source

fs-store.lisp.

Special Variable: *doc-sorter*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *dot-regexp*
Package

montezuma.

Source

standard-tokenizer.lisp.

Special Variable: *english-stop-words*
Package

montezuma.

Source

analyzers.lisp.

Special Variable: *fdt-extension*
Package

montezuma.

Source

fields-io.lisp.

Special Variable: *fdx-extension*
Package

montezuma.

Source

fields-io.lisp.

Special Variable: *field-doc*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *field-score*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *float-sorter*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *fnm-extension*
Package

montezuma.

Source

document-writer.lisp.

Special Variable: *frq-extension*
Package

montezuma.

Source

document-writer.lisp.

Special Variable: *index-compound-extensions*
Package

montezuma.

Source

index-filenames.lisp.

Special Variable: *index-deletable-filename*
Package

montezuma.

Source

index-filenames.lisp.

Special Variable: *index-filename-extensions*
Package

montezuma.

Source

index-filenames.lisp.

Special Variable: *index-order*
Package

montezuma.

Source

sort.lisp.

Special Variable: *index-reader-filename-extensions*
Package

montezuma.

Source

index-reader.lisp.

Special Variable: *index-segments-filename*
Package

montezuma.

Source

index-filenames.lisp.

Special Variable: *index-vector-extensions*
Package

montezuma.

Source

index-filenames.lisp.

Special Variable: *index-writer-commit-lock-name*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-commit-lock-timeout*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-default-max-field-length*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-default-max-merge-docs*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-default-merge-factor*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-default-min-merge-docs*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-default-term-index-interval*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-write-lock-name*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *index-writer-write-lock-timeout*
Package

montezuma.

Source

index-writer.lisp.

Special Variable: *int-sorter*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *norm-table*
Package

montezuma.

Source

similarity.lisp.

Special Variable: *productions*
Package

montezuma.parser.

Source

parser.lisp.

Special Variable: *prx-extension*
Package

montezuma.

Source

document-writer.lisp.

Special Variable: *relevance*
Package

montezuma.

Source

sort.lisp.

Special Variable: *score-sorter*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *segment-filename*
Package

montezuma.

Source

segment-infos.lisp.

Special Variable: *segment-format*
Package

montezuma.

Source

segment-infos.lisp.

Special Variable: *string-sorter*
Package

montezuma.

Source

sort-field.lisp.

Special Variable: *temporary-segment-filename*
Package

montezuma.

Source

segment-infos.lisp.

Special Variable: *term-vectors-format-size*
Package

montezuma.

Source

term-vectors-io.lisp.

Special Variable: *term-vectors-format-version*
Package

montezuma.

Source

term-vectors-io.lisp.

Special Variable: *tvd-extension*
Package

montezuma.

Source

term-vectors-io.lisp.

Special Variable: *tvf-extension*
Package

montezuma.

Source

term-vectors-io.lisp.

Special Variable: *tvx-extension*
Package

montezuma.

Source

term-vectors-io.lisp.

Special Variable: *valid-index-options*
Package

montezuma.

Source

index.lisp.

Special Variable: +default-max-clause-count+
Package

montezuma.

Source

boolean-query.lisp.

Special Variable: +field-is-binary-bit+
Package

montezuma.

Source

fields-io.lisp.

Special Variable: +field-is-compressed-bit+
Package

montezuma.

Source

fields-io.lisp.

Special Variable: +field-is-tokenized-bit+
Package

montezuma.

Source

fields-io.lisp.

Special Variable: +int-max+
Package

montezuma.

Source

segment-term-enum.lisp.

Special Variable: +is-indexed+
Package

montezuma.

Source

field-infos.lisp.

Special Variable: +max-docs+
Package

montezuma.

Source

scorer.lisp.

Special Variable: +not-a-field+
Package

montezuma.

Source

field-infos.lisp.

Special Variable: +omit-norms+
Package

montezuma.

Source

field-infos.lisp.

Special Variable: +score-cache-size+
Package

montezuma.

Source

term-scorer.lisp.

Special Variable: +store-offset+
Package

montezuma.

Source

field-infos.lisp.

Special Variable: +store-offset-with-term-vector+
Package

montezuma.

Source

term-vectors-io.lisp.

Special Variable: +store-position+
Package

montezuma.

Source

field-infos.lisp.

Special Variable: +store-positions-with-term-vector+
Package

montezuma.

Source

term-vectors-io.lisp.

Special Variable: +store-term-vector+
Package

montezuma.

Source

field-infos.lisp.

Special Variable: +term-infos-format+
Package

montezuma.

Source

term-infos-io.lisp.

Special Variable: +wildcard-char+
Package

montezuma.

Source

wildcard-term-enum.lisp.

Special Variable: +wildcard-string+
Package

montezuma.

Source

wildcard-term-enum.lisp.


6.2.3 Macros

Macro: do-files ((file-var directory) &body body)
Package

montezuma.

Source

directory.lisp.

Macro: do-multiple-fields ((field-var parser field-spec) &body body)
Package

montezuma.

Source

query-parser.lisp.

Macro: do-range ((var start-form end-form &optional result-form) &body body)

Iterates VAR through the range of integers in [START-FORM, END-FORM). Returns the value of END-FORM (at the time END-FORM is evaluated, VAR is bound to the value of END-FORM.

(do-range (i 10 (length s))
(print (elt s i)))

Package

montezuma.

Source

while.lisp.

Macro: dosequence ((var sequence &key result index) &body body)
Package

montezuma.

Source

while.lisp.

Macro: make-pipe (head tail)

create a pipe by eval’ing head and delaying tail.

Package

montezuma.

Source

pipes.lisp.

Macro: once-only ((&rest names) &body body)
Package

montezuma.

Source

while.lisp.

Macro: while (expr &body body)
Package

montezuma.

Source

while.lisp.

Macro: with-gensyms ((&rest names) &body body)
Package

montezuma.

Source

while.lisp.

Macro: with-lock ((lock) &body body)
Package

montezuma.

Source

directory.lisp.

Macro: with-sub-reader ((sub-reader-var start-var) multi-reader n &body body)
Package

montezuma.

Source

multi-reader.lisp.


6.2.4 Ordinary functions

Reader: %term-field (instance)
Writer: (setf %term-field) (instance)
Package

montezuma.

Source

term.lisp.

Target Slot

field.

Reader: %term-text (instance)
Writer: (setf %term-text) (instance)
Package

montezuma.

Source

term.lisp.

Target Slot

text.

Function: add-file-extension (file extension)
Package

montezuma.

Source

files.lisp.

Function: append-pipes (pipex pipey)

return a pipe that appends two pipes

Package

montezuma.

Source

pipes.lisp.

Function: bit-set-p (bit-vector index)
Package

montezuma.

Source

bit-vector.lisp.

Function: bit-vector-count (bit-vector)
Package

montezuma.

Source

bit-vector.lisp.

Function: byte315-to-float (b)
Package

montezuma.

Source

similarity.lisp.

Function: bytes-to-string (sequence &key start end)

Converts a sequence of octets to a string using the implementation’s default character encoding.

Package

montezuma.

Source

strings.lisp.

Function: class-slots (class)
Package

montezuma.

Source

mop.lisp.

Function: clear-bit (bit-vector index)
Package

montezuma.

Source

bit-vector.lisp.

Function: clear-fs-directory-cache ()
Package

montezuma.

Source

fs-store.lisp.

Function: clone (object)
Package

montezuma.

Source

mop.lisp.

Function: combine-multiple-fields (queries)
Package

montezuma.

Source

query-parser.lisp.

Function: compress (input)
Package

montezuma.

Source

fields-io.lisp.

Function: consonantp (str i)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: convert-alist-to-table (alist &key test)
Package

montezuma.

Source

tables.lisp.

Function: coord-disabled-function (similarity overlap max-overlap)
Package

montezuma.

Source

boolean-query.lisp.

Function: coord-function-not-implemented (similarity overlap max-overlap)
Package

montezuma.

Source

similarity.lisp.

Function: copy-table (instance)
Package

montezuma.

Source

tables.lisp.

Function: copy-term (instance)
Package

montezuma.

Source

term.lisp.

Function: copy-token (instance)
Package

montezuma.

Source

token.lisp.

Function: copy-tv-field (instance)
Package

montezuma.

Source

term-vectors-io.lisp.

Function: create-fake-norms (size)
Package

montezuma.

Source

segment-reader.lisp.

Function: cvc (str lim)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: default-coord-function (similarity overlap max-overlap)
Package

montezuma.

Source

similarity.lisp.

Function: disallowed-punctuation-p (char)
Package

montezuma.

Source

query-parser.lisp.

Function: doublec (str i)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: dump-tokens (filename lexer-fn)
Package

montezuma.parser.

Source

parser.lisp.

Function: ends (str ending)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: enumerate (pipe &key count key result)

go through all or count elements of pipe, possibly applying the key function.

Package

montezuma.

Source

pipes.lisp.

Function: filter-pipe (predicate pipe)

keep only items in (non-null) pipe satisfying predicate

Package

montezuma.

Source

pipes.lisp.

Function: float-to-byte315 (f)
Package

montezuma.

Source

similarity.lisp.

Function: float-to-raw-int-bits (f)
Package

montezuma.

Source

similarity.lisp.

Function: force (pipe)
Package

montezuma.

Source

pipes.lisp.

Function: get-index-option (options option &optional default)
Setf Expander: (setf get-index-option) (place option)
Package

montezuma.

Source

index.lisp.

Function: get-segment-reader (segment-info &key infos close-directory-p)
Package

montezuma.

Source

segment-reader.lisp.

Function: heap-extract (heap i &key key test)
Package

montezuma.

Source

priority-queue.lisp.

Function: heap-extract-maximum (heap &key key test)
Package

montezuma.

Source

priority-queue.lisp.

Function: heap-insert (heap new-item &key key test)
Package

montezuma.

Source

priority-queue.lisp.

Function: heap-left (i)
Package

montezuma.

Source

priority-queue.lisp.

Function: heap-maximum (heap)
Package

montezuma.

Source

priority-queue.lisp.

Function: heap-parent (i)
Package

montezuma.

Source

priority-queue.lisp.

Function: heap-right (i)
Package

montezuma.

Source

priority-queue.lisp.

Function: heap-size (heap)
Package

montezuma.

Source

priority-queue.lisp.

Function: heapify (heap start &key key test)
Package

montezuma.

Source

priority-queue.lisp.

Function: index-options-list-p (list)
Package

montezuma.

Source

index.lisp.

Function: inject (sequence base function &key key)
Package

montezuma.

Source

while.lisp.

Function: int-bits-to-float (bits)
Package

montezuma.

Source

similarity.lisp.

Function: length-1-list-p (x)

Is x a list of length 1? Note that this is better than the naive (= (length x) 1) because we don’t need to traverse the entire list...

Package

montezuma.

Source

utilities.lisp.

Function: load-word-list (path)
Package

montezuma.

Source

token-filters.lisp.

Function: m (str lim)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: make-adjustable-string (length &optional s)
Package

montezuma.

Source

strings.lisp.

Function: make-binary-field (name value stored)
Package

montezuma.

Source

field.lisp.

Function: make-bit-vector ()
Package

montezuma.

Source

bit-vector.lisp.

Function: make-default-similarity ()
Package

montezuma.

Source

similarity.lisp.

Function: make-document ()
Package

montezuma.

Source

document.lisp.

Function: make-scorers-array ()
Package

montezuma.

Source

conjunction-scorer.lisp.

Function: make-sort-type (name &optional parser)
Package

montezuma.

Source

sort-field.lisp.

Function: make-table (&key entries test)
Package

montezuma.

Source

tables.lisp.

Function: make-term-scorer-array ()
Package

montezuma.

Source

term-scorer.lisp.

Function: make-token (image start end &key increment type)
Package

montezuma.

Source

token.lisp.

Function: make-tv-field (&key tvf-pointer number store-positions store-offsets)
Package

montezuma.

Source

term-vectors-io.lisp.

Function: map-pipe (fn pipe)

Map fn over pipe, delaying all but the first fn call, collecting results

Package

montezuma.

Source

pipes.lisp.

Function: map-pipe-filtering (fn pipe &optional filter-test)

Map fn over pipe, delaying all but the first fn call, collecting results

Package

montezuma.

Source

pipes.lisp.

Function: mappend-pipe (fn pipe)

lazily map fn over pipe, appending results

Package

montezuma.

Source

pipes.lisp.

Function: mappend-pipe-filtering (fn pipe &optional filter-test)

Map fn over pipe, delaying all but the first fn call, appending results, filtering along the way

Package

montezuma.

Source

pipes.lisp.

Function: normalize-file-name (name)
Package

montezuma.

Source

ram-store.lisp.

Function: not-wildcard-char-p (char)
Package

montezuma.

Source

query-parser.lisp.

Function: open-index-reader (directory &key close-directory-p infos)
Package

montezuma.

Source

index-reader.lisp.

Function: open-segment-file (directory segment extension direction)
Package

montezuma.

Source

fields-io.lisp.

Function: parse-float (string)
Package

montezuma.

Source

utilities.lisp.

Function: pipe-elt (pipe i)

ith element of pipe, 0 based.

Package

montezuma.

Source

pipes.lisp.

Function: pipe-head (pipe)
Package

montezuma.

Source

pipes.lisp.

Function: pipe-tail (pipe)

return tail of pipe or list, and destructively update the tail if it is a function.

Package

montezuma.

Source

pipes.lisp.

Function: posting-key (term)
Package

montezuma.

Source

document-writer.lisp.

Function: r (str s sfp)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: read-bit-vector (directory filename)
Package

montezuma.

Source

bit-vector.lisp.

Function: segment-infos-read-current-version (directory)
Package

montezuma.

Source

segment-infos.lisp.

Function: set-bit (bit-vector index)
Package

montezuma.

Source

bit-vector.lisp.

Function: setto (str suffix)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: similarity-byte-to-float (b)
Package

montezuma.

Source

similarity.lisp.

Function: similarity-decode-norm (b)
Package

montezuma.

Source

similarity.lisp.

Function: similarity-encode-norm (f)
Package

montezuma.

Source

similarity.lisp.

Function: similarity-float-to-byte (f)
Package

montezuma.

Source

similarity.lisp.

Function: slot-definition-name (slot-defn)
Package

montezuma.

Source

mop.lisp.

Function: stem (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: step1ab (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: step1c (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: step2 (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: step3 (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: step4 (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: step5 (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: stream-contents (stream)

Returns a string with the entire contents of the specified stream.

Package

montezuma.

Source

streams.lisp.

Function: string-begins (string pattern)
Package

montezuma.

Source

strings.lisp.

Function: string-compare (s1 s2 &key start1 end1 start2 end2)
Package

montezuma.

Source

strings.lisp.

Function: string-scanner (regexp string)
Package

montezuma.

Source

tokenizers.lisp.

Function: string-to-bytes (string &key start end)

Converts a string to a sequence of octets using the implementation’s default character encoding.

NB: START and END denote bounds for the final octet vector,
not for STRING.

Package

montezuma.

Source

strings.lisp.

Function: stringify (x)
Package

montezuma.

Source

index.lisp.

Reader: table-entries (instance)
Writer: (setf table-entries) (instance)
Package

montezuma.

Source

tables.lisp.

Target Slot

entries.

Function: table-p (object)
Package

montezuma.

Source

tables.lisp.

Reader: table-test (instance)
Writer: (setf table-test) (instance)
Package

montezuma.

Source

tables.lisp.

Target Slot

test.

Function: term-buffer-compare (tb1 tb2)
Package

montezuma.

Source

term-buffer.lisp.

Function: term-buffer< (tb1 tb2)
Package

montezuma.

Source

term-buffer.lisp.

Function: term-buffer= (tb1 tb2)
Package

montezuma.

Source

term-buffer.lisp.

Function: term-buffer> (tb1 tb2)
Package

montezuma.

Source

term-buffer.lisp.

Function: term-info= (ti1 ti2)
Package

montezuma.

Source

term-info.lisp.

Function: term-p (object)
Package

montezuma.

Source

term.lisp.

Function: term-vector-offset-info= (a b)
Package

montezuma.

Source

term-vector-offset-info.lisp.

Function: term< (t1 t2)
Package

montezuma.

Source

term.lisp.

Function: term> (t1 t2)
Package

montezuma.

Source

term.lisp.

Function: token-compare (t1 t2)
Package

montezuma.

Source

token.lisp.

Reader: token-end (instance)
Writer: (setf token-end) (instance)
Package

montezuma.

Source

token.lisp.

Target Slot

end.

Reader: token-increment (instance)
Writer: (setf token-increment) (instance)
Package

montezuma.

Source

token.lisp.

Target Slot

increment.

Function: token-p (object)
Package

montezuma.

Source

token.lisp.

Reader: token-start (instance)
Writer: (setf token-start) (instance)
Package

montezuma.

Source

token.lisp.

Target Slot

start.

Reader: token-type (instance)
Writer: (setf token-type) (instance)
Package

montezuma.

Source

token.lisp.

Target Slot

type.

Function: token= (t1 t2)
Package

montezuma.

Source

token.lisp.

Function: tokenize-file (filename lexer-fn)

Tokenize the given file with the given lexer function.

Package

montezuma.parser.

Source

parser.lisp.

Reader: tv-field-number (instance)
Writer: (setf tv-field-number) (instance)
Package

montezuma.

Source

term-vectors-io.lisp.

Target Slot

number.

Function: tv-field-p (object)
Package

montezuma.

Source

term-vectors-io.lisp.

Reader: tv-field-store-offsets (instance)
Writer: (setf tv-field-store-offsets) (instance)
Package

montezuma.

Source

term-vectors-io.lisp.

Target Slot

store-offsets.

Reader: tv-field-store-positions (instance)
Writer: (setf tv-field-store-positions) (instance)
Package

montezuma.

Source

term-vectors-io.lisp.

Target Slot

store-positions.

Reader: tv-field-tvf-pointer (instance)
Writer: (setf tv-field-tvf-pointer) (instance)
Package

montezuma.

Source

term-vectors-io.lisp.

Target Slot

tvf-pointer.

Function: uncompress (input)
Package

montezuma.

Source

fields-io.lisp.

Function: vowelinstem (str)
Package

montezuma.

Source

porter-stemmer.lisp.

Function: white-space-p (char)
Package

montezuma.

Source

query-parser.lisp.

Function: wildcard-char-p (char)
Package

montezuma.

Source

query-parser.lisp.

Function: write-bit-vector (bit-vector directory filename)
Package

montezuma.

Source

bit-vector.lisp.


6.2.5 Generic functions

Generic Function: $add-and-clause (parser clauses clause)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $add-and-clause ((parser query-parser) clauses clause)
Generic Function: $add-default-clause (parser clauses clause)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $add-default-clause ((parser query-parser) clauses clause)
Generic Function: $add-or-clause (parser clauses clause)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $add-or-clause ((parser query-parser) clauses clause)
Generic Function: $add-word-to-phrase (parser phrase word)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $add-word-to-phrase ((parser query-parser) phrase word)
Generic Function: $get-boolean-clause (parser query occur)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $get-boolean-clause ((parser query-parser) query occur)
Generic Function: $get-boolean-query (parser clauses)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $get-boolean-query ((parser query-parser) clauses)
Generic Function: $get-phrase-query (parser words)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $get-phrase-query ((parser query-parser) words)
Generic Function: $get-term-query (parser word)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $get-term-query ((parser query-parser) word)
Generic Function: $get-wild-query (parser word)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $get-wild-query ((parser query-parser) word)
Generic Function: $set-query-field (parser field)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: $set-query-field ((parser query-parser) field)
Generic Function: <=> (a b)

Ruby three way comparison operator. Returns -1, 0, or 1.

Package

montezuma.

Source

comparable.lisp.

Methods
Method: <=> ((self score-doc) (other score-doc))
Source

score-doc.lisp.

Method: <=> ((a number) (b number))
Generic Function: add (conjunction-scorer scorer)
Package

montezuma.

Source

conjunction-scorer.lisp.

Methods
Method: add ((self conjunction-scorer) scorer)
Generic Function: add-all-doc-vectors (term-vectors-writer vectors)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: add-all-doc-vectors ((self term-vectors-writer) vectors)
Generic Function: add-clause (boolean-query clause)
Package

montezuma.

Source

boolean-query.lisp.

Methods
Method: add-clause ((self boolean-query) clause)
Generic Function: add-doc-fields (field-infos doc)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: add-doc-fields ((self field-infos) doc)
Generic Function: add-document-to-writer (document-writer segment document)
Package

montezuma.

Source

document-writer.lisp.

Methods
Method: add-document-to-writer ((self document-writer) segment document)
Generic Function: add-field-info (field-infos name &key indexed-p store-term-vector store-position store-offset omit-norms)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: add-field-info ((self field-infos) name &key indexed-p store-term-vector store-position store-offset omit-norms)
Generic Function: add-field-internal (field-infos name indexed store-term-vector store-position store-offset omit-norms)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: add-field-internal ((self field-infos) name indexed store-term-vector store-position store-offset omit-norms)
Generic Function: add-fields (field-infos names &key indexed-p store-term-vector store-position store-offset omit-norms)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: add-fields ((self field-infos) names &key indexed-p store-term-vector store-position store-offset omit-norms)
Generic Function: add-file (compound-file-writer file-name)
Package

montezuma.

Source

compound-file-io.lisp.

Methods
Method: add-file ((self compound-file-writer) file-name)
Generic Function: add-indexed (segment-merger reader field-infos field-names store-term-vectors store-position-with-term-vector store-offset-with-term-vector)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: add-indexed ((self segment-merger) reader field-infos field-names store-term-vectors store-position-with-term-vector store-offset-with-term-vector)
Generic Function: add-indexes (index-writer &rest dirs)
Package

montezuma.

Source

api.lisp.

Methods
Method: add-indexes ((self index) &rest indexes)
Source

index.lisp.

Method: add-indexes ((self index-writer) &rest dirs)
Source

index-writer.lisp.

Generic Function: add-indexes-readers (index-writer readers)
Package

montezuma.

Source

api.lisp.

Methods
Method: add-indexes-readers ((self index-writer) readers)
Source

index-writer.lisp.

Generic Function: add-position (document-writer field text position tv-offset-info)
Package

montezuma.

Source

document-writer.lisp.

Methods
Method: add-position ((self document-writer) field text position tv-offset-info)
Generic Function: add-reader (segment-merger reader)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: add-reader ((self segment-merger) reader)
Generic Function: add-scorer (boolean-scorer scorer occur)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: add-scorer ((self boolean-scorer) scorer occur)
Generic Function: add-segment-info (segment-infos si)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: add-segment-info ((self segment-infos) si)
Generic Function: add-term (term-infos-writer term term-info)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: add-term ((self term-infos-writer) term term-info)
Generic Function: add-term-internal (term-vectors-writer term-text freq positions offsets)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: add-term-internal ((self term-vectors-writer) term-text freq positions offsets)
Generic Function: add-term-to-query (phrase-query term &optional position pos-inc)
Package

montezuma.

Source

phrase-query.lisp.

Methods
Method: add-term-to-query ((self phrase-query) term &optional position pos-inc)
Generic Function: add-term-to-term-vectors-writer (term-vectors-writer term-text freq &key positions offsets)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: add-term-to-term-vectors-writer ((self term-vectors-writer) term-text freq &key positions offsets)
Generic Function: adjust-top (queue)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: adjust-top ((queue priority-queue))
Generic Function: advance-after-current (disjunction-sum-scorer)
Package

montezuma.

Source

disjunction-sum-scorer.lisp.

Methods
Method: advance-after-current ((self disjunction-sum-scorer))
Generic Function: all-fields (document)
Package

montezuma.

Source

document.lisp.

Methods
Method: all-fields ((self document))
Generic Function: append-postings (segment-merger smis n)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: append-postings ((self segment-merger) smis n)
Generic Reader: base (object)
Package

montezuma.

Methods
Reader Method: base ((multi-term-doc-enum multi-term-doc-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

base.

Reader Method: base ((segment-merge-info segment-merge-info))

automatically generated reader method

Source

segment-merge-info.lisp.

Target Slot

base.

Generic Function: binary-value (field)
Package

montezuma.

Source

field.lisp.

Methods
Method: binary-value ((field field))
Generic Function: bits (filter reader)

Returns a BitSet with true for documents which should be permitted in search results, and false for those that should not.

Package

montezuma.

Source

filter.lisp.

Generic Reader: boost (object)
Package

montezuma.

Methods
Reader Method: boost ((query query))

automatically generated reader method

Source

query.lisp.

Target Slot

boost.

Reader Method: boost ((document document))

automatically generated reader method

Source

document.lisp.

Target Slot

boost.

Reader Method: boost ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

boost.

Generic Writer: (setf boost) (object)
Package

montezuma.

Methods
Writer Method: (setf boost) ((query query))

automatically generated writer method

Source

query.lisp.

Target Slot

boost.

Writer Method: (setf boost) ((document document))

automatically generated writer method

Source

document.lisp.

Target Slot

boost.

Writer Method: (setf boost) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

boost.

Generic Reader: buffer-size (object)
Package

montezuma.

Methods
Reader Method: buffer-size ((buffered-index-input buffered-index-input))

automatically generated reader method

Source

buffered-index-io.lisp.

Target Slot

buffer-size.

Reader Method: buffer-size ((buffered-index-output buffered-index-output))

automatically generated reader method

Source

buffered-index-io.lisp.

Target Slot

buffer-size.

Generic Function: buffer-skip (segment-merger doc)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: buffer-skip ((self segment-merger) doc)
Generic Reader: buffers (object)
Package

montezuma.

Methods
Reader Method: buffers ((ram-file ram-file))

automatically generated reader method

Source

ram-store.lisp.

Target Slot

buffers.

Generic Writer: (setf buffers) (object)
Package

montezuma.

Methods
Writer Method: (setf buffers) ((ram-file ram-file))

automatically generated writer method

Source

ram-store.lisp.

Target Slot

buffers.

Generic Reader: bytes (object)
Package

montezuma.

Methods
Reader Method: bytes ((norm norm))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

bytes.

Generic Writer: (setf bytes) (object)
Package

montezuma.

Methods
Writer Method: (setf bytes) ((norm norm))

automatically generated writer method

Source

segment-reader.lisp.

Target Slot

bytes.

Generic Function: check-valid-format (term-vectors-reader input-stream)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: check-valid-format ((self term-vectors-reader) input-stream)
Generic Reader: clauses (object)
Package

montezuma.

Methods
Reader Method: clauses ((boolean-query boolean-query))

automatically generated reader method

Source

boolean-query.lisp.

Target Slot

clauses.

Generic Writer: (setf clauses) (object)
Package

montezuma.

Methods
Writer Method: (setf clauses) ((boolean-query boolean-query))

automatically generated writer method

Source

boolean-query.lisp.

Target Slot

clauses.

Generic Function: clear (segment-infos)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: clear ((self segment-infos))
Generic Function: clone-object (object)
Package

montezuma.

Source

mop.lisp.

Methods
Method: clone-object ((array array))
Method: clone-object (object)
Generic Function: close-document (term-vectors-writer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: close-document ((self term-vectors-writer))
Generic Function: close-field (term-vectors-writer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: close-field ((self term-vectors-writer))
Generic Function: close-norms (reader)
Package

montezuma.

Source

segment-reader.lisp.

Methods
Method: close-norms ((self segment-reader))
Generic Function: close-readers (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: close-readers ((self segment-merger))
Generic Function: clrtable (table)
Package

montezuma.

Source

tables.lisp.

Methods
Method: clrtable ((table table))
Method: clrtable ((table hash-table))
Generic Function: code (grammar parser &key save-p)

Emit the code to match the gramar

Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: code ((grammar token-match-grammar) (parser parser) &key save-p)
Method: code ((grammar build-grammar) (parser parser) &key save-p)
Method: code ((grammar not-match-grammar) (parser parser) &key save-p)

Matches only if the sub-grammar fails to match or, if it does match, if index hasn’t moved up to end-match. (I.e. this can only be used inside a conjuctive grammar.

Method: code ((grammar negative-grammar) (parser parser) &key save-p)
Method: code ((grammar plus-grammar) (parser parser) &key save-p)
Method: code ((grammar star-grammar) (parser parser) &key save-p)
Method: code ((grammar optional-grammar) (parser parser) &key save-p)
Method: code ((grammar conjunctive-grammar) (parser parser) &key save-p)
Method: code ((grammar alternative-grammar) (parser parser) &key save-p)
Method: code ((grammar sequence-grammar) (parser parser) &key save-p)
Method: code ((grammar production-call-grammar) (parser parser) &key save-p)
Method: code ((grammar string-grammar) (parser token-parser) &key save-p)
Method: code ((grammar string-grammar) (parser character-parser) &key save-p)
Method: code ((grammar character-grammar) (parser token-parser) &key save-p)
Method: code ((grammar character-grammar) (parser character-parser) &key save-p)
Generic Function: combine (boolean-query queries)
Package

montezuma.

Source

boolean-query.lisp.

Generic Reader: comparator (object)
Package

montezuma.

Methods
Reader Method: comparator ((sort-type sort-type))

automatically generated reader method

Source

sort-field.lisp.

Target Slot

comparator.

Reader Method: comparator ((special-field-comparator special-field-comparator))

automatically generated reader method

Source

score-doc-comparator.lisp.

Target Slot

comparator.

Generic Function: compare (query queries)

Expert: called when re-writing queries under MultiSearcher. Only implemented by derived queries, with no #create_weight() implementatation.

Compares two ScoreDoc objects and returns a result indicating their sort order.

returns:: +-1+ if +i+ should come before +j+
+1+ if +i+ should come after +j+
+0+ if they are equal

Package

montezuma.

Source

api.lisp.

Methods
Method: compare ((a string-field-comparator) (b string-field-comparator))
Source

score-doc-comparator.lisp.

Method: compare ((a special-field-comparator) (b special-field-comparator))
Source

score-doc-comparator.lisp.

Method: compare ((a simple-field-comparator) (b simple-field-comparator))
Source

score-doc-comparator.lisp.

Generic Function: compute-multiple-fields (parser field-spec)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: compute-multiple-fields ((parser query-parser) field-spec)
Generic Function: coord (similarity overlap max-overlap)
Package

montezuma.

Source

api.lisp.

Methods
Method: coord ((self similarity) overlap max-overlap)
Source

similarity.lisp.

Generic Reader: coord-disabled? (object)
Package

montezuma.

Methods
Reader Method: coord-disabled? ((boolean-query boolean-query))

automatically generated reader method

Source

boolean-query.lisp.

Target Slot

coord-disabled.

Generic Function: coord-factor (coordinator)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: coord-factor ((self coordinator))
Generic Reader: coord-function (object)
Package

montezuma.

Methods
Reader Method: coord-function ((similarity similarity))

automatically generated reader method

Source

similarity.lisp.

Target Slot

coord-function.

Generic Writer: (setf coord-function) (object)
Package

montezuma.

Methods
Writer Method: (setf coord-function) ((similarity similarity))

automatically generated writer method

Source

similarity.lisp.

Target Slot

coord-function.

Generic Reader: coordinator (object)
Package

montezuma.

Methods
Reader Method: coordinator ((boolean-scorer boolean-scorer))

automatically generated reader method

Source

boolean-scorer.lisp.

Target Slot

coordinator.

Generic Function: copy-file (compound-file-writer source os)
Package

montezuma.

Source

compound-file-io.lisp.

Methods
Method: copy-file ((self compound-file-writer) source os)
Generic Reader: count (object)
Package

montezuma.

Methods
Reader Method: count ((segment-term-doc-enum segment-term-doc-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

count.

Generic Reader: counter (object)
Package

montezuma.

Methods
Reader Method: counter ((segment-infos segment-infos))

automatically generated reader method

Source

segment-infos.lisp.

Target Slot

counter.

Generic Writer: (setf counter) (object)
Package

montezuma.

Methods
Writer Method: (setf counter) ((segment-infos segment-infos))

automatically generated writer method

Source

segment-infos.lisp.

Target Slot

counter.

Generic Function: counting-conjunction-sum-scorer (boolean-scorer required-scorers)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: counting-conjunction-sum-scorer ((self boolean-scorer) required-scorers)
Generic Function: counting-disjunction-sum-scorer (boolean-scorer scorers)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: counting-disjunction-sum-scorer ((self boolean-scorer) scorers)
Generic Function: create-compound-file (segment-merger filename)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: create-compound-file ((self segment-merger) filename)
Generic Function: create-field (term-vectors-writer field-number store-position store-offset)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: create-field ((self term-vectors-writer) field-number store-position store-offset)
Generic Function: create-output (directory filename)
Package

montezuma.

Source

api.lisp.

Methods
Method: create-output ((self compound-file-reader) name)
Source

compound-file-io.lisp.

Method: create-output ((self fs-directory) file)
Source

fs-store.lisp.

Method: create-output ((self ram-directory) name)
Source

ram-store.lisp.

Generic Function: create-weight (query searcher)
Package

montezuma.

Source

api.lisp.

Methods
Method: create-weight ((self index-searcher) (query query))
Source

index-searcher.lisp.

Method: create-weight ((self match-all-query) searcher)
Source

match-all-query.lisp.

Method: create-weight ((self phrase-query) searcher)
Source

phrase-query.lisp.

Method: create-weight ((self boolean-query) searcher)
Source

boolean-query.lisp.

Method: create-weight ((self term-query) searcher)
Source

term-query.lisp.

Generic Reader: current (object)
Package

montezuma.

Methods
Reader Method: current ((multi-term-doc-enum multi-term-doc-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

current.

Generic Reader: data-offset (object)
Package

montezuma.

Methods
Reader Method: data-offset ((compound-file-writer-file-entry compound-file-writer-file-entry))

automatically generated reader method

Source

compound-file-io.lisp.

Target Slot

data-offset.

Generic Writer: (setf data-offset) (object)
Package

montezuma.

Methods
Writer Method: (setf data-offset) ((compound-file-writer-file-entry compound-file-writer-file-entry))

automatically generated writer method

Source

compound-file-io.lisp.

Target Slot

data-offset.

Generic Reader: default-similarity-class (object)
Package

montezuma.

Methods
Reader Method: default-similarity-class ((similarity similarity))

automatically generated reader method

Source

similarity.lisp.

Target Slot

default-similarity-class.

Generic Writer: (setf default-similarity-class) (object)
Package

montezuma.

Methods
Writer Method: (setf default-similarity-class) ((similarity similarity))

automatically generated writer method

Source

similarity.lisp.

Target Slot

default-similarity-class.

Generic Function: delete-at (segment-infos index)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: delete-at ((self segment-infos) index)
Generic Function: delete-docs-with-term (index-reader term)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: delete-docs-with-term ((self index-reader) term)
Generic Function: delete-file (directory file)
Package

montezuma.

Source

api.lisp.

Methods
Method: delete-file ((self compound-file-reader) name)
Source

compound-file-io.lisp.

Method: delete-file ((self fs-directory) file)
Source

fs-store.lisp.

Method: delete-file ((self ram-directory) name)
Source

ram-store.lisp.

Generic Function: delete-files (index-writer filenames dir)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: delete-files ((self index-writer) filenames dir)
Generic Function: delete-files-and-write-undeletable (index-writer files)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: delete-files-and-write-undeletable ((self index-writer) files)
Generic Function: delete-segments (index-writer segment-readers)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: delete-segments ((self index-writer) segment-readers)
Generic Reader: deleted-docs (object)
Package

montezuma.

Methods
Reader Method: deleted-docs ((segment-reader segment-reader))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

deleted-docs.

Reader Method: deleted-docs ((segment-term-doc-enum segment-term-doc-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

deleted-docs.

Generic Function: deleted-p (reader doc-num)
Package

montezuma.

Source

api.lisp.

Methods
Method: deleted-p ((self index) n)
Source

index.lisp.

Method: deleted-p ((self multi-reader) n)
Source

multi-reader.lisp.

Method: deleted-p ((self segment-reader) n)
Source

segment-reader.lisp.

Generic Function: difference (enum)
Package

montezuma.

Source

filtered-term-enum.lisp.

Methods
Method: difference ((self wildcard-term-enum))
Source

wildcard-term-enum.lisp.

Generic Reader: dir-offset (object)
Package

montezuma.

Methods
Reader Method: dir-offset ((compound-file-writer-file-entry compound-file-writer-file-entry))

automatically generated reader method

Source

compound-file-io.lisp.

Target Slot

dir-offset.

Generic Writer: (setf dir-offset) (object)
Package

montezuma.

Methods
Writer Method: (setf dir-offset) ((compound-file-writer-file-entry compound-file-writer-file-entry))

automatically generated writer method

Source

compound-file-io.lisp.

Target Slot

dir-offset.

Generic Reader: directory (object)
Package

montezuma.

Methods
Reader Method: directory ((index-searcher index-searcher))

automatically generated reader method

Source

index-searcher.lisp.

Target Slot

directory.

Reader Method: directory ((index-reader index-reader))

automatically generated reader method

Source

index-reader.lisp.

Target Slot

directory.

Reader Method: directory ((segment-info segment-info))

automatically generated reader method

Source

segment-infos.lisp.

Target Slot

directory.

Generic Writer: (setf directory) (object)
Package

montezuma.

Methods
Writer Method: (setf directory) ((index-searcher index-searcher))

automatically generated writer method

Source

index-searcher.lisp.

Target Slot

directory.

Writer Method: (setf directory) ((segment-info segment-info))

automatically generated writer method

Source

segment-infos.lisp.

Target Slot

directory.

Generic Reader: dirty-p (object)
Package

montezuma.

Methods
Reader Method: dirty-p ((norm norm))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

dirty-p.

Generic Writer: (setf dirty-p) (object)
Package

montezuma.

Methods
Writer Method: (setf dirty-p) ((norm norm))

automatically generated writer method

Source

segment-reader.lisp.

Target Slot

dirty-p.

Generic Function: do-close (reader)
Package

montezuma.

Source

api.lisp.

Methods
Method: do-close ((self multi-reader))
Source

multi-reader.lisp.

Method: do-close ((self segment-reader))
Source

segment-reader.lisp.

Generic Function: do-commit (reader)
Package

montezuma.

Source

api.lisp.

Methods
Method: do-commit ((self multi-reader))
Source

multi-reader.lisp.

Method: do-commit ((self segment-reader))
Source

segment-reader.lisp.

Generic Function: do-delete (reader doc-number)
Package

montezuma.

Source

api.lisp.

Methods
Method: do-delete ((self multi-reader) n)
Source

multi-reader.lisp.

Method: do-delete ((self segment-reader) doc-num)
Source

segment-reader.lisp.

Generic Function: do-init (conjunction-scorer init-scorers-p)
Package

montezuma.

Source

conjunction-scorer.lisp.

Methods
Method: do-init ((self conjunction-scorer) init-scorers-p)
Generic Function: do-next (conjunction-scorer)
Package

montezuma.

Source

conjunction-scorer.lisp.

Methods
Method: do-next ((self phrase-scorer))
Source

phrase-scorer.lisp.

Method: do-next ((self conjunction-scorer))
Generic Function: do-search (index query options)
Package

montezuma.

Source

index.lisp.

Methods
Method: do-search ((self index) query options)
Generic Function: do-seek (segment-term-doc-enum term-info)
Package

montezuma.

Source

term-doc-enum.lisp.

Methods
Method: do-seek :after ((self segment-term-doc-pos-enum) ti)
Method: do-seek ((self segment-term-doc-enum) term-info)
Generic Function: do-set-norm (index-reader doc field value)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: do-set-norm ((self multi-reader) n field value)
Source

multi-reader.lisp.

Method: do-set-norm ((self segment-reader) doc field value)
Source

segment-reader.lisp.

Generic Function: do-sort (phrase-scorer)
Package

montezuma.

Source

phrase-scorer.lisp.

Methods
Method: do-sort ((self phrase-scorer))
Generic Function: do-undelete-all (reader)
Package

montezuma.

Source

api.lisp.

Methods
Method: do-undelete-all ((self multi-reader))
Source

multi-reader.lisp.

Method: do-undelete-all ((self segment-reader))
Source

segment-reader.lisp.

Generic Reader: doc-count (object)
Package

montezuma.

Methods
Reader Method: doc-count ((segment-info segment-info))

automatically generated reader method

Source

segment-infos.lisp.

Target Slot

doc-count.

Generic Writer: (setf doc-count) (object)
Package

montezuma.

Methods
Writer Method: (setf doc-count) ((segment-info segment-info))

automatically generated writer method

Source

segment-infos.lisp.

Target Slot

doc-count.

Generic Function: doc-freq (enum)
Package

montezuma.

Source

api.lisp.

Methods
Method: doc-freq ((self filtered-term-enum))
Source

filtered-term-enum.lisp.

Reader Method: doc-freq ((multi-term-enum multi-term-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

doc-freq.

Method: doc-freq ((self segment-term-enum))
Source

segment-term-enum.lisp.

Reader Method: doc-freq ((term-info term-info))

automatically generated reader method

Source

term-info.lisp.

Target Slot

doc-freq.

Generic Writer: (setf doc-freq) (object)
Package

montezuma.

Methods
Writer Method: (setf doc-freq) ((term-info term-info))

automatically generated writer method

Source

term-info.lisp.

Target Slot

doc-freq.

Generic Function: doc-map (segment-merge-info)
Package

montezuma.

Source

segment-merge-info.lisp.

Methods
Method: doc-map ((self segment-merge-info))
Generic Function: document-binaries (document name)
Package

montezuma.

Source

document.lisp.

Methods
Method: document-binaries ((self document) name)
Generic Function: document-count (index-writer)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: document-count ((self index))
Source

index.lisp.

Method: document-count ((self index-writer))
Generic Function: document-deleted-p (index-reader n)
Package

montezuma.

Source

index-reader.lisp.

Generic Function: document-fields (document name)
Package

montezuma.

Source

document.lisp.

Methods
Method: document-fields ((self document) name)
Generic Function: document-open-p (term-vectors-writer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: document-open-p ((self term-vectors-writer))
Generic Function: document-values (document name)
Package

montezuma.

Source

document.lisp.

Methods
Method: document-values ((document document) name)
Generic Function: (setf document-values) (document field-name)
Package

montezuma.

Source

document.lisp.

Methods
Method: (setf document-values) ((document document) field-name)
Generic Reader: documents (object)
Package

montezuma.

Methods
Reader Method: documents ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

documents.

Generic Function: each-hit-up-to (scorer max-docs fn)
Package

montezuma.

Source

api.lisp.

Methods
Method: each-hit-up-to ((self boolean-scorer) max fn)
Source

boolean-scorer.lisp.

Method: each-hit-up-to ((self scorer) max fn)
Source

scorer.lisp.

Generic Function: emit-parser-body (parser)

Emit the whole body of the parser.

Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: emit-parser-body ((parser parser))

Emit the body of a parser. Used by both defparser and parselet.

Generic Function: emit-production-function (production parser)

Emit code for a function definition that will match the grammar of a given production

Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: emit-production-function ((production grammar-production) (parser parser))
Method: emit-production-function ((production chartype-production) (parser parser))
Generic Reader: end-enum (object)
Package

montezuma.

Methods
Reader Method: end-enum ((wildcard-term-enum wildcard-term-enum))

automatically generated reader method

Source

wildcard-term-enum.lisp.

Target Slot

end-enum.

Generic Reader: end-offset (object)
Package

montezuma.

Methods
Reader Method: end-offset ((term-vector-offset-info term-vector-offset-info))

automatically generated reader method

Source

term-vector-offset-info.lisp.

Target Slot

end-offset.

Generic Function: ensure-index-is-read (term-infos-reader)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: ensure-index-is-read ((self term-infos-reader))
Generic Function: ensure-reader-open (index)
Package

montezuma.

Source

index.lisp.

Methods
Method: ensure-reader-open ((self index))
Generic Function: ensure-searcher-open (index)
Package

montezuma.

Source

index.lisp.

Methods
Method: ensure-searcher-open ((self index))
Generic Function: ensure-text-buf-length (term-buffer len)
Package

montezuma.

Source

term-buffer.lisp.

Methods
Method: ensure-text-buf-length ((self term-buffer) len)
Generic Function: ensure-writer-open (index)
Package

montezuma.

Source

index.lisp.

Methods
Method: ensure-writer-open ((self index))
Generic Function: entry-count (document)
Package

montezuma.

Source

document.lisp.

Methods
Method: entry-count ((self document))
Generic Function: enum (term-infos-reader)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: enum ((self term-infos-reader))
Generic Function: (setf enum) (filtered-term-enum)
Package

montezuma.

Source

filtered-term-enum.lisp.

Methods
Method: (setf enum) ((self filtered-term-enum))
Generic Function: explain-score (similarity reader document-number)

Returns an explanation of the score for a document. When this method is used, the #next?(), #skip_to(int) and #score(HitCollector) methods should not be used. doc:: The document number for the explanation.

An explanation of the score computation for the named document.

Package

montezuma.

Source

api.lisp.

Methods
Method: explain-score ((self index-searcher) (query query) index)
Source

index-searcher.lisp.

Generic Function: extend-buffer-if-necessary (ram-index-output buffer-number)
Package

montezuma.

Source

ram-store.lisp.

Methods
Method: extend-buffer-if-necessary ((self ram-index-output) buffer-number)
Generic Function: extract-terms (qyery terms)

Expert: adds all terms occuring in this query to the terms set

Package

montezuma.

Source

api.lisp.

Methods
Method: extract-terms ((self boolean-query) terms)
Source

boolean-query.lisp.

Generic Function: fake-norms (reader)
Package

montezuma.

Source

api.lisp.

Methods
Method: fake-norms ((self multi-reader))
Source

multi-reader.lisp.

Method: fake-norms ((self segment-reader))
Source

segment-reader.lisp.

Generic Reader: field-binary-p (object)
Package

montezuma.

Methods
Reader Method: field-binary-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

binary-p.

Generic Writer: (setf field-binary-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-binary-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

binary-p.

Generic Reader: field-compressed-p (object)
Package

montezuma.

Methods
Reader Method: field-compressed-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

compressed-p.

Generic Writer: (setf field-compressed-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-compressed-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

compressed-p.

Generic Function: field-count (document)
Package

montezuma.

Source

document.lisp.

Methods
Method: field-count ((self document))
Generic Function: (setf field-index) (field)
Package

montezuma.

Source

field.lisp.

Methods
Method: (setf field-index) ((self field))
Generic Reader: field-indexed-p (object)
Package

montezuma.

Methods
Reader Method: field-indexed-p ((field-info field-info))

automatically generated reader method

Source

field-infos.lisp.

Target Slot

indexed-p.

Reader Method: field-indexed-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

indexed-p.

Generic Writer: (setf field-indexed-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-indexed-p) ((field-info field-info))

automatically generated writer method

Source

field-infos.lisp.

Target Slot

indexed-p.

Writer Method: (setf field-indexed-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

indexed-p.

Generic Reader: field-infos (object)
Package

montezuma.

Methods
Reader Method: field-infos ((segment-reader segment-reader))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

field-infos.

Generic Reader: field-name (object)
Package

montezuma.

Methods
Reader Method: field-name ((field-info field-info))

automatically generated reader method

Source

field-infos.lisp.

Target Slot

name.

Reader Method: field-name ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

name.

Generic Writer: (setf field-name) (object)
Package

montezuma.

Methods
Writer Method: (setf field-name) ((field-info field-info))

automatically generated writer method

Source

field-infos.lisp.

Target Slot

name.

Generic Reader: field-number (object)
Package

montezuma.

Methods
Reader Method: field-number ((field-info field-info))

automatically generated reader method

Source

field-infos.lisp.

Target Slot

number.

Generic Writer: (setf field-number) (object)
Package

montezuma.

Methods
Writer Method: (setf field-number) ((field-info field-info))

automatically generated writer method

Source

field-infos.lisp.

Target Slot

number.

Generic Reader: field-omit-norms-p (object)
Package

montezuma.

Methods
Reader Method: field-omit-norms-p ((field-info field-info))

automatically generated reader method

Source

field-infos.lisp.

Target Slot

omit-norms-p.

Reader Method: field-omit-norms-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

omit-norms-p.

Generic Writer: (setf field-omit-norms-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-omit-norms-p) ((field-info field-info))

automatically generated writer method

Source

field-infos.lisp.

Target Slot

omit-norms-p.

Writer Method: (setf field-omit-norms-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

omit-norms-p.

Generic Function: field-open-p (term-vectors-writer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: field-open-p ((self term-vectors-writer))
Generic Reader: field-store-offsets-p (object)
Package

montezuma.

Methods
Reader Method: field-store-offsets-p ((field-info field-info))

automatically generated reader method

Source

field-infos.lisp.

Target Slot

store-offsets-p.

Reader Method: field-store-offsets-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

store-offsets-p.

Generic Writer: (setf field-store-offsets-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-store-offsets-p) ((field-info field-info))

automatically generated writer method

Source

field-infos.lisp.

Target Slot

store-offsets-p.

Writer Method: (setf field-store-offsets-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

store-offsets-p.

Generic Reader: field-store-positions-p (object)
Package

montezuma.

Methods
Reader Method: field-store-positions-p ((field-info field-info))

automatically generated reader method

Source

field-infos.lisp.

Target Slot

store-positions-p.

Reader Method: field-store-positions-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

store-positions-p.

Generic Writer: (setf field-store-positions-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-store-positions-p) ((field-info field-info))

automatically generated writer method

Source

field-infos.lisp.

Target Slot

store-positions-p.

Writer Method: (setf field-store-positions-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

store-positions-p.

Generic Function: (setf field-store-term-vector) (field)
Package

montezuma.

Source

field.lisp.

Methods
Method: (setf field-store-term-vector) ((self field))
Generic Reader: field-store-term-vector-p (object)
Package

montezuma.

Methods
Reader Method: field-store-term-vector-p ((field-info field-info))

automatically generated reader method

Source

field-infos.lisp.

Target Slot

store-term-vector-p.

Reader Method: field-store-term-vector-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

store-term-vector-p.

Generic Writer: (setf field-store-term-vector-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-store-term-vector-p) ((field-info field-info))

automatically generated writer method

Source

field-infos.lisp.

Target Slot

store-term-vector-p.

Writer Method: (setf field-store-term-vector-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

store-term-vector-p.

Generic Function: (setf field-stored) (field)
Package

montezuma.

Source

field.lisp.

Methods
Method: (setf field-stored) ((self field))
Generic Reader: field-stored-p (object)
Package

montezuma.

Methods
Reader Method: field-stored-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

stored-p.

Generic Writer: (setf field-stored-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-stored-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

stored-p.

Generic Reader: field-tokenized-p (object)
Package

montezuma.

Methods
Reader Method: field-tokenized-p ((field field))

automatically generated reader method

Source

field.lisp.

Target Slot

tokenized-p.

Generic Writer: (setf field-tokenized-p) (object)
Package

montezuma.

Methods
Writer Method: (setf field-tokenized-p) ((field field))

automatically generated writer method

Source

field.lisp.

Target Slot

tokenized-p.

Generic Function: fields (field-infos)
Package

montezuma.

Source

field-infos.lisp.

Methods
Reader Method: fields ((query-parser query-parser))

automatically generated reader method

Source

query-parser.lisp.

Target Slot

fields.

Reader Method: fields ((sort sort))

automatically generated reader method

Source

sort.lisp.

Target Slot

fields.

Reader Method: fields ((top-docs top-docs))

automatically generated reader method

Source

top-docs.lisp.

Target Slot

fields.

Method: fields ((self field-infos))
Generic Writer: (setf fields) (object)
Package

montezuma.

Methods
Writer Method: (setf fields) ((query-parser query-parser))

automatically generated writer method

Source

query-parser.lisp.

Target Slot

fields.

Writer Method: (setf fields) ((sort sort))

automatically generated writer method

Source

sort.lisp.

Target Slot

fields.

Writer Method: (setf fields) ((top-docs top-docs))

automatically generated writer method

Source

top-docs.lisp.

Target Slot

fields.

Generic Function: file-count (directory)
Package

montezuma.

Source

api.lisp.

Methods
Method: file-count ((self compound-file-reader))
Source

compound-file-io.lisp.

Method: file-count ((self directory))
Source

directory.lisp.

Generic Function: file-exists-p (directory file)
Package

montezuma.

Source

api.lisp.

Methods
Method: file-exists-p ((self compound-file-reader) name)
Source

compound-file-io.lisp.

Method: file-exists-p ((self fs-directory) file)
Source

fs-store.lisp.

Method: file-exists-p ((self ram-directory) name)
Source

ram-store.lisp.

Generic Reader: file-name (object)
Package

montezuma.

Methods
Reader Method: file-name ((compound-file-writer-file-entry compound-file-writer-file-entry))

automatically generated reader method

Source

compound-file-io.lisp.

Target Slot

file-name.

Reader Method: file-name ((ram-file ram-file))

automatically generated reader method

Source

ram-store.lisp.

Target Slot

name.

Generic Writer: (setf file-name) (object)
Package

montezuma.

Methods
Writer Method: (setf file-name) ((ram-file ram-file))

automatically generated writer method

Source

ram-store.lisp.

Target Slot

name.

Generic Function: file-names (reader)
Package

montezuma.

Source

segment-reader.lisp.

Methods
Method: file-names ((self segment-reader))
Generic Function: file-size (directory file)
Package

montezuma.

Source

api.lisp.

Methods
Method: file-size ((self compound-file-reader) name)
Source

compound-file-io.lisp.

Method: file-size ((self fs-directory) file)
Source

fs-store.lisp.

Method: file-size ((self ram-directory) name)
Source

ram-store.lisp.

Generic Function: files (directory)
Package

montezuma.

Source

api.lisp.

Methods
Method: files ((self compound-file-reader))
Source

compound-file-io.lisp.

Method: files ((self fs-directory))
Source

fs-store.lisp.

Method: files ((self ram-directory))
Source

ram-store.lisp.

Generic Reader: first-index (object)
Package

montezuma.

Methods
Reader Method: first-index ((phrase-scorer phrase-scorer))

automatically generated reader method

Source

phrase-scorer.lisp.

Target Slot

first.

Generic Function: first-position (phrase-positions)
Package

montezuma.

Source

phrase-positions.lisp.

Methods
Method: first-position ((self phrase-positions))
Generic Function: first-scorer (conjunction-scorer)
Package

montezuma.

Source

conjunction-scorer.lisp.

Methods
Method: first-scorer ((self conjunction-scorer))
Generic Reader: first-time-p (object)
Package

montezuma.

Methods
Reader Method: first-time-p ((phrase-scorer phrase-scorer))

automatically generated reader method

Source

phrase-scorer.lisp.

Target Slot

first-time-p.

Reader Method: first-time-p ((conjunction-scorer conjunction-scorer))

automatically generated reader method

Source

conjunction-scorer.lisp.

Target Slot

first-time-p.

Generic Writer: (setf first-time-p) (object)
Package

montezuma.

Methods
Writer Method: (setf first-time-p) ((phrase-scorer phrase-scorer))

automatically generated writer method

Source

phrase-scorer.lisp.

Target Slot

first-time-p.

Generic Function: first-to-last (phrase-scorer)
Package

montezuma.

Source

phrase-scorer.lisp.

Methods
Method: first-to-last ((self phrase-scorer))
Generic Function: flush-buffer (buffered-index-output buffer length)
Package

montezuma.

Source

api.lisp.

Methods
Method: flush-buffer ((self fs-index-output) b size)
Source

fs-store.lisp.

Method: flush-buffer ((self ram-index-output) src len)
Source

ram-store.lisp.

Generic Function: flush-ram-segments (index-writer)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: flush-ram-segments ((self index-writer))
Generic Reader: form (object)
Package

montezuma.parser.

Methods
Reader Method: form ((build-grammar build-grammar))

automatically generated reader method

Source

parser.lisp.

Target Slot

form.

Generic Function: freq (term-doc-enum)
Package

montezuma.

Source

api.lisp.

Methods
Reader Method: freq ((phrase-scorer phrase-scorer))

automatically generated reader method

Source

phrase-scorer.lisp.

Target Slot

freq.

Reader Method: freq ((posting posting))

automatically generated reader method

Source

document-writer.lisp.

Target Slot

freq.

Method: freq ((self multi-term-doc-enum))
Source

multi-reader.lisp.

Reader Method: freq ((tv-term tv-term))

automatically generated reader method

Source

term-vectors-io.lisp.

Target Slot

freq.

Reader Method: freq ((multiple-term-doc-pos-enum multiple-term-doc-pos-enum))

automatically generated reader method

Source

multiple-term-doc-pos-enum.lisp.

Target Slot

freq.

Reader Method: freq ((segment-term-doc-pos-enum segment-term-doc-pos-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

freq.

Reader Method: freq ((segment-term-doc-enum segment-term-doc-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

freq.

Generic Writer: (setf freq) (object)
Package

montezuma.

Methods
Writer Method: (setf freq) ((phrase-scorer phrase-scorer))

automatically generated writer method

Source

phrase-scorer.lisp.

Target Slot

freq.

Writer Method: (setf freq) ((posting posting))

automatically generated writer method

Source

document-writer.lisp.

Target Slot

freq.

Generic Function: freq-pointer (object)
Package

montezuma.

Methods
Method: freq-pointer ((self segment-term-enum))
Source

segment-term-enum.lisp.

Reader Method: freq-pointer ((term-info term-info))

automatically generated reader method

Source

term-info.lisp.

Target Slot

freq-pointer.

Generic Writer: (setf freq-pointer) (object)
Package

montezuma.

Methods
Writer Method: (setf freq-pointer) ((term-info term-info))

automatically generated writer method

Source

term-info.lisp.

Target Slot

freq-pointer.

Generic Reader: freq-stream (object)
Package

montezuma.

Methods
Reader Method: freq-stream ((segment-reader segment-reader))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

freq-stream.

Reader Method: freq-stream ((segment-term-doc-enum segment-term-doc-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

freq-stream.

Generic Reader: freqs (object)
Package

montezuma.

Methods
Reader Method: freqs ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

freqs.

Generic Function: full-path-for-file (fs-directory file)
Package

montezuma.

Source

fs-store.lisp.

Methods
Method: full-path-for-file ((self fs-directory) file)
Generic Function: get-bad-parse (parser query-string)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: get-bad-parse ((parser query-parser) query-string)
Generic Function: get-current-version (index-reader directory)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: get-current-version ((self index-reader) directory)
Generic Function: get-document-with-term (index-reader term)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: get-document-with-term ((self index-reader) term)
Generic Function: get-field (field-infos index)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: get-field ((self field-infos) index)
Generic Function: get-field-info-byte (field-info)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: get-field-info-byte ((self field-info))
Generic Function: get-field-names (reader &optional field-option)
Package

montezuma.

Source

api.lisp.

Methods
Method: get-field-names ((self multi-reader) &optional field-option)
Source

multi-reader.lisp.

Method: get-field-names ((self segment-reader) &optional field-option)
Source

segment-reader.lisp.

Generic Function: get-field-number (field-infos name)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: get-field-number ((self field-infos) name)
Generic Function: get-field-term-vector (term-vectors-reader doc-num field)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: get-field-term-vector ((self term-vectors-reader) doc-num field)
Generic Function: get-index-offset (term-infos-reader term)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: get-index-offset ((self term-infos-reader) term)
Generic Function: get-normal-phrase-query (parser words)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: get-normal-phrase-query ((parser query-parser) words)
Generic Function: get-norms (index-reader field)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: get-norms ((self multi-reader) field)
Source

multi-reader.lisp.

Method: get-norms ((self segment-reader) field)
Source

segment-reader.lisp.

Generic Function: get-norms-info (index-reader field bytes offset)
Package

montezuma.

Source

index-reader.lisp.

Generic Function: get-norms-into (reader field buffer offset)
Package

montezuma.

Source

api.lisp.

Methods
Method: get-norms-into ((self multi-reader) field buf offset)
Source

multi-reader.lisp.

Method: get-norms-into ((self segment-reader) field bytes offset)
Source

segment-reader.lisp.

Generic Function: get-position (term-infos-reader term)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: get-position ((self term-infos-reader) term)
Generic Function: get-term (term-infos-reader position)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: get-term ((self term-infos-reader) position)
Generic Function: get-term-enum (query reader)
Package

montezuma.

Source

multi-term-query.lisp.

Methods
Method: get-term-enum ((self wildcard-query) reader)
Source

wildcard-query.lisp.

Generic Function: get-term-info (term-infos-reader term)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: get-term-info ((self term-infos-reader) term)
Generic Function: get-term-vector (index-reader doc-number field)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: get-term-vector ((self multi-reader) n field)
Source

multi-reader.lisp.

Method: get-term-vector ((self segment-reader) doc-number field)
Source

segment-reader.lisp.

Generic Function: get-term-vectors (index-reader doc-number)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: get-term-vectors ((self multi-reader) n)
Source

multi-reader.lisp.

Method: get-term-vectors ((self segment-reader) doc-number)
Source

segment-reader.lisp.

Generic Function: get-term-vectors-reader (segment-reader)
Package

montezuma.

Source

segment-reader.lisp.

Methods
Method: get-term-vectors-reader ((self segment-reader))
Generic Function: get-terms-position (term-infos-reader term)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: get-terms-position ((self term-infos-reader) term)
Generic Function: get-tv (term-vectors-reader doc-num)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: get-tv ((self term-vectors-reader) doc-num)
Generic Reader: grammar (object)
Package

montezuma.parser.

Methods
Reader Method: grammar ((grammar-production grammar-production))

automatically generated reader method

Source

parser.lisp.

Target Slot

grammar.

Reader Method: grammar ((build-grammar build-grammar))

automatically generated reader method

Source

parser.lisp.

Target Slot

grammar.

Reader Method: grammar ((parser parser))

automatically generated reader method

Source

parser.lisp.

Target Slot

grammar.

Generic Function: has-deletions-p (index-reader)
Package

montezuma.

Source

api.lisp.

Methods
Method: has-deletions-p ((self index))
Source

index.lisp.

Method: has-deletions-p ((self multi-reader))
Source

multi-reader.lisp.

Method: has-deletions-p ((self segment-reader))
Source

segment-reader.lisp.

Method: has-deletions-p ((si segment-info))
Source

segment-infos.lisp.

Generic Function: has-norms-p (index-reader field)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: has-norms-p ((self multi-reader) field)
Source

multi-reader.lisp.

Method: has-norms-p ((self segment-reader) field)
Source

segment-reader.lisp.

Method: has-norms-p ((self index-reader) field)
Generic Function: has-separate-norms-p (segment-info)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: has-separate-norms-p ((si segment-info))
Generic Function: has-vectors-p (field-infos)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: has-vectors-p ((self field-infos))
Generic Function: has-writes (index)
Package

montezuma.

Source

index.lisp.

Methods
Method: has-writes ((self index))
Generic Function: hit (similarity)

Expert: Iterates over matching all documents, yielding the document number and the score.

Package

montezuma.

Source

api.lisp.

Generic Function: hits-up-to (similarity max-docs)

Expert: Iterates over matching documents in a range.
max:: Do not score documents past this. Default will search all documents avaliable. returns:: true if more matching documents may remain.

Package

montezuma.

Source

api.lisp.

Generic Function: idf (similarity doc-freq num-docs)
Package

montezuma.

Source

api.lisp.

Methods
Method: idf ((self default-similarity) doc-freq num-docs)
Source

similarity.lisp.

Generic Function: idf-phrase (similarity terms searcher)

Computes a score factor for a phrase.

The default implementation sums the #idf(Term,Searcher) factor for each term in the phrase.

terms:: the terms in the phrase
searcher:: the document collection being searched
Return:: a score factor for the phrase

Package

montezuma.

Source

api.lisp.

Methods
Method: idf-phrase ((self similarity) terms searcher)
Source

similarity.lisp.

Generic Function: idf-term (similarity term searcher)
Package

montezuma.

Source

api.lisp.

Methods
Method: idf-term ((self similarity) term searcher)
Source

similarity.lisp.

Generic Function: in-table-p (table key)
Package

montezuma.

Source

tables.lisp.

Methods
Method: in-table-p ((table table) key)
Method: in-table-p ((table hash-table) key)
Generic Reader: include-lower-p (object)
Package

montezuma.

Methods
Reader Method: include-lower-p ((range-query range-query))

automatically generated reader method

Source

range-query.lisp.

Target Slot

include-lower-p.

Generic Reader: include-upper-p (object)
Package

montezuma.

Methods
Reader Method: include-upper-p ((range-query range-query))

automatically generated reader method

Source

range-query.lisp.

Target Slot

include-upper-p.

Generic Reader: index-interval (object)
Package

montezuma.

Methods
Reader Method: index-interval ((segment-term-enum segment-term-enum))

automatically generated reader method

Source

segment-term-enum.lisp.

Target Slot

index-interval.

Generic Function: index-of (segment-term-vector term)
Package

montezuma.

Source

segment-term-vector.lisp.

Methods
Method: index-of ((self segment-term-vector) term)
Generic Reader: index-pointer (object)
Package

montezuma.

Methods
Reader Method: index-pointer ((segment-term-enum segment-term-enum))

automatically generated reader method

Source

segment-term-enum.lisp.

Target Slot

index-pointer.

Generic Function: index-reader-index-exists (directory)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: index-reader-index-exists (directory)
Generic Function: indexes-of (segment-term-vector terms start len)
Package

montezuma.

Source

segment-term-vector.lisp.

Methods
Method: indexes-of ((self segment-term-vector) terms start len)
Generic Reader: info-stream (object)
Package

montezuma.

Methods
Reader Method: info-stream ((document-writer document-writer))

automatically generated reader method

Source

document-writer.lisp.

Target Slot

info-stream.

Reader Method: info-stream ((index-writer index-writer))

automatically generated reader method

Source

index-writer.lisp.

Target Slot

info-stream.

Generic Writer: (setf info-stream) (object)
Package

montezuma.

Methods
Writer Method: (setf info-stream) ((document-writer document-writer))

automatically generated writer method

Source

document-writer.lisp.

Target Slot

info-stream.

Writer Method: (setf info-stream) ((index-writer index-writer))

automatically generated writer method

Source

index-writer.lisp.

Target Slot

info-stream.

Generic Function: init (coordinator)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: init ((self phrase-scorer))
Source

phrase-scorer.lisp.

Method: init ((self coordinator))
Generic Function: init-counting-sum-scorer (boolean-scorer)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: init-counting-sum-scorer ((self boolean-scorer))
Generic Function: init-doc (coordinator)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: init-doc ((self coordinator))
Generic Function: init-scorer-queue (disjunction-sum-scorer)
Package

montezuma.

Source

disjunction-sum-scorer.lisp.

Methods
Method: init-scorer-queue ((self disjunction-sum-scorer))
Generic Function: initialize-copy (object clonee)
Package

montezuma.

Source

mop.lisp.

Methods
Method: initialize-copy :after ((copy boolean-query) original)
Source

boolean-query.lisp.

Method: initialize-copy :after ((self segment-infos) other)
Source

segment-infos.lisp.

Method: initialize-copy :after ((self segment-term-enum) other)
Source

segment-term-enum.lisp.

Method: initialize-copy :after ((self term-buffer) other)
Source

term-buffer.lisp.

Method: initialize-copy :after ((self term-info) other)
Source

term-info.lisp.

Method: initialize-copy :after ((self fs-index-input) o)
Source

fs-store.lisp.

Method: initialize-copy :after ((self ram-index-input) o)
Source

ram-store.lisp.

Method: initialize-copy :after ((self buffered-index-input) o)
Source

buffered-index-io.lisp.

Method: initialize-copy (self o)
Generic Function: initialize-heap (queue)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: initialize-heap ((queue priority-queue))
Generic Function: initialize-reader (index-searcher reader)
Package

montezuma.

Source

index-searcher.lisp.

Methods
Method: initialize-reader ((self index-searcher) (reader string))
Method: initialize-reader ((self index-searcher) (directory directory))
Method: initialize-reader ((self index-searcher) (reader index-reader))
Generic Reader: input-stream (object)
Package

montezuma.

Methods
Reader Method: input-stream ((norm norm))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

input-stream.

Generic Function: invert-document (document-writer doc)
Package

montezuma.

Source

document-writer.lisp.

Methods
Method: invert-document ((self document-writer) doc)
Generic Function: is-token (parser token-descriptor)
Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: is-token ((parser parser) (token-descriptor symbol))
Method: is-token ((parser parser) (token-descriptor string))
Generic Reader: kind (object)
Package

montezuma.parser.

Methods
Reader Method: kind ((token token))

automatically generated reader method

Source

parser.lisp.

Target Slot

kind.

Generic Writer: (setf kind) (object)
Package

montezuma.parser.

Methods
Writer Method: (setf kind) ((token token))

automatically generated writer method

Source

parser.lisp.

Target Slot

kind.

Generic Reader: last-index (object)
Package

montezuma.

Methods
Reader Method: last-index ((phrase-scorer phrase-scorer))

automatically generated reader method

Source

phrase-scorer.lisp.

Target Slot

last.

Generic Function: last-scorer (conjunction-scorer)
Package

montezuma.

Source

conjunction-scorer.lisp.

Methods
Method: last-scorer ((self conjunction-scorer))
Generic Function: latest-p (index-reader)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: latest-p ((self index-reader))
Generic Function: length-norm (similarity field num-terms)
Package

montezuma.

Source

api.lisp.

Methods
Method: length-norm ((self default-similarity) field num-terms)
Source

similarity.lisp.

Generic Function: less-than (queue a b)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: less-than ((queue phrase-queue) a b)
Source

phrase-scorer.lisp.

Method: less-than ((self scorer-queue) scorer1 scorer2)
Source

disjunction-sum-scorer.lisp.

Method: less-than ((queue field-sorted-hit-queue) hit1 hit2)
Source

hit-queue.lisp.

Method: less-than ((queue hit-queue) hit1 hit2)
Source

hit-queue.lisp.

Method: less-than ((self segment-merge-queue) sti-a sti-b)
Source

segment-merge-queue.lisp.

Method: less-than ((self term-positions-queue) tp1 tp2)
Source

multiple-term-doc-pos-enum.lisp.

Method: less-than ((queue priority-queue) a b)
Generic Function: locked-p (lock)
Package

montezuma.

Source

api.lisp.

Generic Reader: lower-term (object)
Package

montezuma.

Methods
Reader Method: lower-term ((range-query range-query))

automatically generated reader method

Source

range-query.lisp.

Target Slot

lower-term.

Generic Function: make-counting-sum-scorer (boolean-scorer)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: make-counting-sum-scorer ((self boolean-scorer))
Generic Function: make-counting-sum-scorer2 (boolean-scorer required-counting-sum-scorer optional-scorers)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: make-counting-sum-scorer2 ((self boolean-scorer) required-counting-sum-scorer optional-scorers)
Generic Function: make-counting-sum-scorer3 (boolean-scorer required-counting-sum-scorer optional-counting-sum-scorer)
Package

montezuma.

Source

boolean-scorer.lisp.

Methods
Method: make-counting-sum-scorer3 ((self boolean-scorer) required-counting-sum-scorer optional-counting-sum-scorer)
Generic Function: make-grammar (sexp)

Make a tree of grammar objects from an s-expression.

Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: make-grammar ((sexp cons))
Method: make-grammar ((sexp symbol))
Method: make-grammar ((sexp string))
Method: make-grammar ((sexp character))
Generic Function: make-lock (directory lock-name)
Package

montezuma.

Source

api.lisp.

Methods
Method: make-lock ((self compound-file-reader) lock-name)
Source

compound-file-io.lisp.

Method: make-lock ((self ram-directory) name)
Source

ram-store.lisp.

Generic Function: make-new-buffer (ram-index-output)
Package

montezuma.

Source

ram-store.lisp.

Methods
Method: make-new-buffer ((self ram-index-output))
Generic Function: make-special-grammar (kind sexp)
Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: make-special-grammar (kind sexp)
Method: make-special-grammar ((kind (eql montezuma.parser:%)) sexp)
Method: make-special-grammar ((kind (eql montezuma.parser:^)) sexp)
Method: make-special-grammar ((kind (eql montezuma.parser:@)) sexp)
Method: make-special-grammar ((kind (eql montezuma.parser:&)) sexp)
Method: make-special-grammar ((kind (eql /)) sexp)
Method: make-special-grammar ((kind (eql montezuma.parser:!)) sexp)
Method: make-special-grammar ((kind (eql montezuma.parser:~)) sexp)
Method: make-special-grammar ((kind (eql +)) sexp)
Method: make-special-grammar ((kind (eql *)) sexp)
Method: make-special-grammar ((kind (eql montezuma.parser:?)) sexp)
Generic Reader: max-clause-count (object)
Package

montezuma.

Methods
Reader Method: max-clause-count ((boolean-query boolean-query))

automatically generated reader method

Source

boolean-query.lisp.

Target Slot

max-clause-count.

Generic Writer: (setf max-clause-count) (object)
Package

montezuma.

Methods
Writer Method: (setf max-clause-count) ((boolean-query boolean-query))

automatically generated writer method

Source

boolean-query.lisp.

Target Slot

max-clause-count.

Generic Reader: max-coord (object)
Package

montezuma.

Methods
Reader Method: max-coord ((coordinator coordinator))

automatically generated reader method

Source

boolean-scorer.lisp.

Target Slot

max-coord.

Generic Writer: (setf max-coord) (object)
Package

montezuma.

Methods
Writer Method: (setf max-coord) ((coordinator coordinator))

automatically generated writer method

Source

boolean-scorer.lisp.

Target Slot

max-coord.

Generic Reader: max-merge-docs (object)
Package

montezuma.

Methods
Reader Method: max-merge-docs ((index-writer index-writer))

automatically generated reader method

Source

index-writer.lisp.

Target Slot

max-merge-docs.

Generic Writer: (setf max-merge-docs) (object)
Package

montezuma.

Methods
Writer Method: (setf max-merge-docs) ((index-writer index-writer))

automatically generated writer method

Source

index-writer.lisp.

Target Slot

max-merge-docs.

Generic Function: maybe-merge-segments (index-writer)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: maybe-merge-segments ((self index-writer))
Generic Function: merge (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: merge ((self segment-merger))
Generic Function: merge-boolean-queries (query queries)

Expert: merges the clauses of a set of BooleanQuery’s into a single BooleanQuery. A utility for use by #combine() implementations.

Package

montezuma.

Source

api.lisp.

Generic Reader: merge-factor (object)
Package

montezuma.

Methods
Reader Method: merge-factor ((index-writer index-writer))

automatically generated reader method

Source

index-writer.lisp.

Target Slot

merge-factor.

Generic Writer: (setf merge-factor) (object)
Package

montezuma.

Methods
Writer Method: (setf merge-factor) ((index-writer index-writer))

automatically generated writer method

Source

index-writer.lisp.

Target Slot

merge-factor.

Generic Function: merge-fields (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: merge-fields ((self segment-merger))
Generic Function: merge-norms (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: merge-norms ((self segment-merger))
Generic Function: merge-segments (index-writer min-segment &optional max-segment)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: merge-segments ((self index-writer) min-segment &optional max-segment)
Generic Function: merge-term-info (segment-merger smis n)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: merge-term-info ((self segment-merger) smis n)
Generic Function: merge-term-infos (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: merge-term-infos ((self segment-merger))
Generic Function: merge-terms (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: merge-terms ((self segment-merger))
Generic Function: merge-vectors (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: merge-vectors ((self segment-merger))
Generic Reader: min-merge-docs (object)
Package

montezuma.

Methods
Reader Method: min-merge-docs ((index-writer index-writer))

automatically generated reader method

Source

index-writer.lisp.

Target Slot

min-merge-docs.

Generic Writer: (setf min-merge-docs) (object)
Package

montezuma.

Methods
Writer Method: (setf min-merge-docs) ((index-writer index-writer))

automatically generated writer method

Source

index-writer.lisp.

Target Slot

min-merge-docs.

Generic Function: modified-time (directory file)
Package

montezuma.

Source

api.lisp.

Methods
Method: modified-time ((self compound-file-reader) name)
Source

compound-file-io.lisp.

Method: modified-time ((self fs-directory) file)
Source

fs-store.lisp.

Method: modified-time ((self ram-directory) name)
Source

ram-store.lisp.

Generic Reader: more-p (object)
Package

montezuma.

Methods
Reader Method: more-p ((phrase-scorer phrase-scorer))

automatically generated reader method

Source

phrase-scorer.lisp.

Target Slot

more-p.

Reader Method: more-p ((conjunction-scorer conjunction-scorer))

automatically generated reader method

Source

conjunction-scorer.lisp.

Target Slot

more-p.

Generic Writer: (setf more-p) (object)
Package

montezuma.

Methods
Writer Method: (setf more-p) ((phrase-scorer phrase-scorer))

automatically generated writer method

Source

phrase-scorer.lisp.

Target Slot

more-p.

Generic Reader: mtime (object)
Package

montezuma.

Methods
Reader Method: mtime ((ram-file ram-file))

automatically generated reader method

Source

ram-store.lisp.

Target Slot

mtime.

Generic Writer: (setf mtime) (object)
Package

montezuma.

Methods
Writer Method: (setf mtime) ((ram-file ram-file))

automatically generated writer method

Source

ram-store.lisp.

Target Slot

mtime.

Generic Function: multi-term-docs (multi-term-doc-enum i)
Package

montezuma.

Source

multi-reader.lisp.

Methods
Method: multi-term-docs ((self multi-term-doc-enum) i)
Generic Reader: name (object)
Package

montezuma.parser.

Methods
Reader Method: name ((production production))

automatically generated reader method

Source

parser.lisp.

Target Slot

name.

Reader Method: name ((token-match-grammar token-match-grammar))

automatically generated reader method

Source

parser.lisp.

Target Slot

name.

Reader Method: name ((production-call-grammar production-call-grammar))

automatically generated reader method

Source

parser.lisp.

Target Slot

name.

Reader Method: name ((parser parser))

automatically generated reader method

Source

parser.lisp.

Target Slot

name.

Generic Function: name (field-infos index)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: name ((self field-infos) index)
Generic Function: new-segment-name (index-writer)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: new-segment-name ((self index-writer))
Generic Reader: next (term-doc-enum)
Package

montezuma.

Source

api.lisp.

Methods
Reader Method: next ((phrase-positions phrase-positions))

automatically generated reader method

Source

phrase-positions.lisp.

Target Slot

next.

Generic Writer: (setf next) (object)
Package

montezuma.

Methods
Writer Method: (setf next) ((phrase-positions phrase-positions))

automatically generated writer method

Source

phrase-positions.lisp.

Target Slot

next.

Generic Function: next-position (enum)
Package

montezuma.

Source

api.lisp.

Methods
Method: next-position ((self phrase-positions))
Source

phrase-positions.lisp.

Method: next-position ((self multi-term-doc-pos-enum))
Source

multi-reader.lisp.

Method: next-position ((self multiple-term-doc-pos-enum))
Source

multiple-term-doc-pos-enum.lisp.

Method: next-position ((self segment-term-doc-pos-enum))
Source

term-doc-enum.lisp.

Generic Function: next-token (token-stream)

Retrieve the next token from TOKEN-STREAM.

Package

montezuma.

Source

token-stream.lisp.

Methods
Method: next-token ((self regexp-tokenizer))
Source

tokenizers.lisp.

Method: next-token ((self porter-stem-filter))
Source

token-filters.lisp.

Method: next-token ((self stop-filter))
Source

token-filters.lisp.

Method: next-token ((self lowercase-filter))
Source

token-filters.lisp.

Generic Function: next? (enum)
Package

montezuma.

Source

api.lisp.

Methods
Method: next? ((self phrase-scorer))
Source

phrase-scorer.lisp.

Method: next? ((self phrase-positions))
Source

phrase-positions.lisp.

Method: next? ((self match-all-scorer))
Source

match-all-query.lisp.

Method: next? ((self filtered-term-enum))
Source

filtered-term-enum.lisp.

Method: next? ((self boolean-scorer))
Source

boolean-scorer.lisp.

Method: next? ((self single-match-scorer))
Source

boolean-scorer.lisp.

Method: next? ((self non-matching-scorer))
Source

non-matching-scorer.lisp.

Method: next? ((self req-excl-scorer))
Source

req-excl-scorer.lisp.

Method: next? ((self req-opt-sum-scorer))
Source

req-opt-sum-scorer.lisp.

Method: next? ((self conjunction-scorer))
Source

conjunction-scorer.lisp.

Method: next? ((self disjunction-sum-scorer))
Source

disjunction-sum-scorer.lisp.

Method: next? ((self term-scorer))
Source

term-scorer.lisp.

Method: next? ((self multi-term-doc-enum))
Source

multi-reader.lisp.

Method: next? ((self multi-term-enum))
Source

multi-reader.lisp.

Method: next? ((self segment-merge-info))
Source

segment-merge-info.lisp.

Method: next? ((self segment-term-enum))
Source

segment-term-enum.lisp.

Method: next? ((self multiple-term-doc-pos-enum))
Source

multiple-term-doc-pos-enum.lisp.

Method: next? :around ((self segment-term-doc-pos-enum))
Source

term-doc-enum.lisp.

Method: next? ((self segment-term-doc-enum))
Source

term-doc-enum.lisp.

Generic Function: normalize (tokenizer string)
Package

montezuma.

Source

tokenizers.lisp.

Methods
Method: normalize ((self standard-tokenizer) str)
Source

standard-tokenizer.lisp.

Method: normalize ((self lowercase-tokenizer) str)
Method: normalize ((self regexp-tokenizer) str)
Generic Function: normalize-weight (weight norm)

Assigns the query normalization factor to this.

Package

montezuma.

Source

api.lisp.

Methods
Method: normalize-weight ((self match-all-weight) query-norm)
Source

match-all-query.lisp.

Method: normalize-weight ((self phrase-weight) query-norm)
Source

phrase-query.lisp.

Method: normalize-weight ((self boolean-weight) norm)
Source

boolean-query.lisp.

Method: normalize-weight ((self term-weight) query-norm)
Source

term-query.lisp.

Generic Reader: norms (object)
Package

montezuma.

Methods
Reader Method: norms ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

norms.

Generic Function: num-docs (index-reader)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: num-docs ((self multi-reader))
Source

multi-reader.lisp.

Method: num-docs ((self segment-reader))
Source

segment-reader.lisp.

Generic Reader: num-matchers (object)
Package

montezuma.

Methods
Reader Method: num-matchers ((coordinator coordinator))

automatically generated reader method

Source

boolean-scorer.lisp.

Target Slot

num-matchers.

Generic Writer: (setf num-matchers) (object)
Package

montezuma.

Methods
Writer Method: (setf num-matchers) ((coordinator coordinator))

automatically generated writer method

Source

boolean-scorer.lisp.

Target Slot

num-matchers.

Generic Function: obtain (lock &optional timeout)
Package

montezuma.

Source

api.lisp.

Generic Reader: occur (object)
Package

montezuma.

Methods
Reader Method: occur ((boolean-clause boolean-clause))

See BooleanQuery::Occur for values for this attribute.

Source

boolean-clause.lisp.

Target Slot

occur.

Generic Function: (setf occur) (object)
Package

montezuma.

Methods
Writer Method: (setf occur) :after ((self boolean-clause))
Source

boolean-clause.lisp.

Target Slot

occur.

Method: (setf occur) ((boolean-clause boolean-clause))

See BooleanQuery::Occur for values for this attribute.

Source

boolean-clause.lisp.

Generic Reader: offset (object)
Package

montezuma.

Methods
Reader Method: offset ((compound-file-reader-file-entry compound-file-reader-file-entry))

automatically generated reader method

Source

compound-file-io.lisp.

Target Slot

offset.

Generic Reader: offsets (object)
Package

montezuma.

Methods
Reader Method: offsets ((posting posting))

automatically generated reader method

Source

document-writer.lisp.

Target Slot

offsets.

Reader Method: offsets ((tv-term tv-term))

automatically generated reader method

Source

term-vectors-io.lisp.

Target Slot

offsets.

Reader Method: offsets ((segment-term-vector segment-term-vector))

automatically generated reader method

Source

segment-term-vector.lisp.

Target Slot

offsets.

Generic Function: open-document (term-vectors-writer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: open-document ((self term-vectors-writer))
Generic Function: open-field (term-vectors-writer field)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: open-field ((self term-vectors-writer) field)
Generic Function: open-input (directory filename)
Package

montezuma.

Source

api.lisp.

Methods
Method: open-input ((self compound-file-reader) id)
Source

compound-file-io.lisp.

Method: open-input ((self fs-directory) file)
Source

fs-store.lisp.

Method: open-input ((self ram-directory) name)
Source

ram-store.lisp.

Generic Function: open-norms (reader cfs-dir)
Package

montezuma.

Source

segment-reader.lisp.

Methods
Method: open-norms ((self segment-reader) cfs-dir)
Generic Reader: other (object)
Package

montezuma.

Methods
Reader Method: other ((term-infos-writer term-infos-writer))

automatically generated reader method

Source

term-infos-io.lisp.

Target Slot

other.

Generic Writer: (setf other) (object)
Package

montezuma.

Methods
Writer Method: (setf other) ((term-infos-writer term-infos-writer))

automatically generated writer method

Source

term-infos-io.lisp.

Target Slot

other.

Generic Reader: out (object)
Package

montezuma.

Methods
Reader Method: out ((term-infos-writer term-infos-writer))

automatically generated reader method

Source

term-infos-io.lisp.

Target Slot

out.

Generic Reader: parent (object)
Package

montezuma.

Methods
Reader Method: parent ((segment-term-doc-enum segment-term-doc-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

parent.

Generic Function: parse (parser query-string)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: parse ((parser query-parser) query-string)
Generic Function: persist (index directory &key create-p)
Package

montezuma.

Source

index.lisp.

Methods
Method: persist ((self index) directory &key create-p)
Generic Reader: phrase-count (object)
Package

montezuma.

Methods
Reader Method: phrase-count ((phrase-positions phrase-positions))

automatically generated reader method

Source

phrase-positions.lisp.

Target Slot

phrase-count.

Generic Function: phrase-freq (phrase-scorer)
Package

montezuma.

Source

phrase-scorer.lisp.

Methods
Method: phrase-freq ((self exact-phrase-scorer))
Source

exact-phrase-scorer.lisp.

Method: phrase-freq ((self sloppy-phrase-scorer))
Source

sloppy-phrase-scorer.lisp.

Generic Reader: phrase-position (object)
Package

montezuma.

Methods
Reader Method: phrase-position ((phrase-positions phrase-positions))

automatically generated reader method

Source

phrase-positions.lisp.

Target Slot

phrase-position.

Generic Reader: pointer (object)
Package

montezuma.

Methods
Reader Method: pointer ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

pointer.

Reader Method: pointer ((multi-term-doc-enum multi-term-doc-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

pointer.

Generic Writer: (setf pointer) (object)
Package

montezuma.

Methods
Writer Method: (setf pointer) ((term-scorer term-scorer))

automatically generated writer method

Source

term-scorer.lisp.

Target Slot

pointer.

Generic Reader: pointer-max (object)
Package

montezuma.

Methods
Reader Method: pointer-max ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

pointer-max.

Generic Writer: (setf pointer-max) (object)
Package

montezuma.

Methods
Writer Method: (setf pointer-max) ((term-scorer term-scorer))

automatically generated writer method

Source

term-scorer.lisp.

Target Slot

pointer-max.

Generic Function: pos (index-output)
Package

montezuma.

Source

api.lisp.

Methods
Reader Method: pos ((segment-term-enum segment-term-enum))

automatically generated reader method

Source

segment-term-enum.lisp.

Target Slot

position.

Method: pos ((self buffered-index-input))
Source

buffered-index-io.lisp.

Method: pos ((self buffered-index-output))
Source

buffered-index-io.lisp.

Generic Function: position-increment-gap (analyzer field-name)
Package

montezuma.

Source

analyzers.lisp.

Methods
Method: position-increment-gap ((self analyzer) field-name)
Generic Function: positions (object)
Package

montezuma.

Methods
Reader Method: positions ((phrase-query phrase-query))

automatically generated reader method

Source

phrase-query.lisp.

Target Slot

positions.

Reader Method: positions ((posting posting))

automatically generated reader method

Source

document-writer.lisp.

Target Slot

positions.

Method: positions ((self segment-merge-info))
Source

segment-merge-info.lisp.

Reader Method: positions ((tv-term tv-term))

automatically generated reader method

Source

term-vectors-io.lisp.

Target Slot

positions.

Reader Method: positions ((segment-term-vector segment-term-vector))

automatically generated reader method

Source

segment-term-vector.lisp.

Target Slot

positions.

Generic Function: pq->list (phrase-scorer)
Package

montezuma.

Source

phrase-scorer.lisp.

Methods
Method: pq->list ((self phrase-scorer))
Generic Function: previous (segment-term-enum)
Package

montezuma.

Source

segment-term-enum.lisp.

Methods
Method: previous ((self segment-term-enum))
Generic Function: print-file (ram-directory name)
Package

montezuma.

Source

ram-store.lisp.

Methods
Method: print-file ((self ram-directory) name)
Generic Function: process-query (index query)
Package

montezuma.

Source

index.lisp.

Methods
Method: process-query ((self index) query)
Generic Function: productions-called (grammar)

Return a list of productions called by the grammar

Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: productions-called ((grammar negative-grammar))
Method: productions-called ((grammar composite-grammar))

A composite grammar uses whatever is in its sub-grammar.

Method: productions-called ((grammar sequence-grammar))

A sequence grammar uses all the productions its sub-grammars call.

Method: productions-called ((grammar token-match-grammar))
Method: productions-called ((grammar production-call-grammar))

A production call uses its production.

Method: productions-called ((grammar grammar))
Generic Function: productions-used (grammar-or-production seen)

Return a list of productions used by a grammar or a gramatical production.

Package

montezuma.parser.

Source

parser.lisp.

Methods
Method: productions-used ((production grammar-production) seen)
Method: productions-used ((production chartype-production) seen)
Method: productions-used ((grammar build-grammar) seen)
Method: productions-used ((grammar composite-grammar) seen)

A composite grammar uses whatever is in its sub-grammar.

Method: productions-used ((grammar sequence-grammar) seen)

A sequence grammar uses all the productions its sub-grammars call.

Method: productions-used ((grammar production-call-grammar) seen)

A production call uses the called production and any productions in its own grammar.

Method: productions-used ((grammar grammar) seen)
Generic Writer: prohibited (new-value object)
Package

montezuma.

Methods
Writer Method: prohibited ((new-value boolean-clause) boolean-clause)

If true, documents documents which _do_ match this sub-query will _not_ match the boolean query.

Source

boolean-clause.lisp.

Target Slot

prohibited.

Generic Reader: prohibited? (object)
Package

montezuma.

Methods
Reader Method: prohibited? ((boolean-clause boolean-clause))

If true, documents documents which _do_ match this sub-query will _not_ match the boolean query.

Source

boolean-clause.lisp.

Target Slot

prohibited.

Generic Function: prox-pointer (object)
Package

montezuma.

Methods
Method: prox-pointer ((self segment-term-enum))
Source

segment-term-enum.lisp.

Reader Method: prox-pointer ((term-info term-info))

automatically generated reader method

Source

term-info.lisp.

Target Slot

prox-pointer.

Generic Writer: (setf prox-pointer) (object)
Package

montezuma.

Methods
Writer Method: (setf prox-pointer) ((term-info term-info))

automatically generated writer method

Source

term-info.lisp.

Target Slot

prox-pointer.

Generic Reader: prox-stream (object)
Package

montezuma.

Methods
Reader Method: prox-stream ((segment-reader segment-reader))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

prox-stream.

Reader Method: prox-stream ((segment-term-doc-pos-enum segment-term-doc-pos-enum))

automatically generated reader method

Source

term-doc-enum.lisp.

Target Slot

prox-stream.

Generic Reader: query (weight)

The query that this concerns.

Package

montezuma.

Source

api.lisp.

Methods
Reader Method: query ((match-all-weight match-all-weight))

automatically generated reader method

Source

match-all-query.lisp.

Target Slot

query.

Reader Method: query ((phrase-weight phrase-weight))

automatically generated reader method

Source

phrase-query.lisp.

Target Slot

query.

Reader Method: query ((boolean-weight boolean-weight))

automatically generated reader method

Source

boolean-query.lisp.

Target Slot

query.

Reader Method: query ((term-weight term-weight))

automatically generated reader method

Source

term-query.lisp.

Target Slot

query.

Reader Method: query ((boolean-clause boolean-clause))

The query whose matching documents are combined by the boolean query.

Source

boolean-clause.lisp.

Target Slot

query.

Generic Writer: (setf query) (object)
Package

montezuma.

Methods
Writer Method: (setf query) ((boolean-clause boolean-clause))

The query whose matching documents are combined by the boolean query.

Source

boolean-clause.lisp.

Target Slot

query.

Generic Function: query-norm (similarity sum-of-squared-weights)
Package

montezuma.

Source

api.lisp.

Methods
Method: query-norm ((self default-similarity) sum-of-squared-weights)
Source

similarity.lisp.

Generic Reader: query-weight (object)
Package

montezuma.

Methods
Reader Method: query-weight ((term-weight term-weight))

automatically generated reader method

Source

term-query.lisp.

Target Slot

query-weight.

Generic Writer: (setf query-weight) (object)
Package

montezuma.

Methods
Writer Method: (setf query-weight) ((term-weight term-weight))

automatically generated writer method

Source

term-query.lisp.

Target Slot

query-weight.

Generic Function: queue-clear (queue)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: queue-clear ((queue priority-queue))
Generic Function: queue-insert (queue new-item)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: queue-insert ((queue priority-queue) new-item)
Generic Function: queue-pop (queue)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: queue-pop ((queue priority-queue))
Generic Function: queue-push (queue new-item)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: queue-push ((queue priority-queue) new-item)
Generic Function: queue-top (queue)
Package

montezuma.

Source

priority-queue.lisp.

Methods
Method: queue-top ((queue priority-queue))
Generic Function: re-write (norm directory segment count cfs-reader)
Package

montezuma.

Source

segment-reader.lisp.

Methods
Method: re-write ((self norm) directory segment count cfs-reader)
Generic Function: read (field-infos input)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: read ((self field-infos) input)
Generic Function: read-byte (index-input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-byte ((self buffered-index-input))
Source

buffered-index-io.lisp.

Generic Function: read-bytes (index-input buffer offset length)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-bytes ((self buffered-index-input) buffer offset length)
Source

buffered-index-io.lisp.

Generic Function: read-chars (input buffer start length)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-chars ((self index-input) buffer start length)
Source

index-io.lisp.

Generic Function: read-deletable-files (index-writer)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: read-deletable-files ((self index-writer))
Generic Function: read-docs (multiple-term-doc-pos-enum docs freqs)
Package

montezuma.

Source

multiple-term-doc-pos-enum.lisp.

Generic Function: read-int (input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-int ((self index-input))
Source

index-io.lisp.

Generic Function: read-internal (buffered-index-input buffer offset length)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-internal ((self cs-index-input) b offset len)
Source

compound-file-io.lisp.

Method: read-internal ((self fs-index-input) b offset length)
Source

fs-store.lisp.

Method: read-internal ((self ram-index-input) b offset length)
Source

ram-store.lisp.

Generic Function: read-long (input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-long ((self index-input))
Source

index-io.lisp.

Generic Function: read-segment-infos (segment-infos directory)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: read-segment-infos ((self segment-infos) directory)
Generic Function: read-segment-term-doc-enum (term-doc-enum docs freqs &optional start)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-segment-term-doc-enum ((self multi-term-doc-enum) docs freqs &optional start)
Source

multi-reader.lisp.

Method: read-segment-term-doc-enum ((self segment-term-doc-pos-enum) docs freqs &optional start)
Source

term-doc-enum.lisp.

Method: read-segment-term-doc-enum ((self segment-term-doc-enum) docs freqs &optional start)
Source

term-doc-enum.lisp.

Generic Function: read-string (input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-string ((self index-input))
Source

index-io.lisp.

Generic Function: read-term-buffer (term-buffer input field-infos)
Package

montezuma.

Source

term-buffer.lisp.

Methods
Method: read-term-buffer ((self term-buffer) input field-infos)
Generic Function: read-term-vector (term-vectors-reader field tvf-pointer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: read-term-vector ((self term-vectors-reader) field tvf-pointer)
Generic Function: read-term-vectors (term-vectors-reader fields tvf-pointers)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: read-term-vectors ((self term-vectors-reader) fields tvf-pointers)
Generic Function: read-uint (input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-uint ((self index-input))
Source

index-io.lisp.

Generic Function: read-ulong (input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-ulong ((self index-input))
Source

index-io.lisp.

Generic Function: read-vint (input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-vint ((self index-input))
Source

index-io.lisp.

Generic Function: read-vlong (input)
Package

montezuma.

Source

api.lisp.

Methods
Method: read-vlong ((self index-input))
Source

index-io.lisp.

Generic Function: reader-index (multi-reader n)
Package

montezuma.

Source

multi-reader.lisp.

Methods
Method: reader-index ((self multi-reader) n)
Generic Function: reader-value (field)
Package

montezuma.

Source

field.lisp.

Methods
Method: reader-value ((field field))
Generic Reader: readers (object)
Package

montezuma.

Methods
Reader Method: readers ((multi-term-doc-enum multi-term-doc-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

readers.

Generic Function: refill (buffered-index-input)
Package

montezuma.

Source

buffered-index-io.lisp.

Methods
Method: refill ((self buffered-index-input))
Generic Function: refresh (fs-directory)
Package

montezuma.

Source

fs-store.lisp.

Methods
Method: refresh ((self fs-directory))
Generic Function: release (lock)
Package

montezuma.

Source

api.lisp.

Generic Function: remove-field (document name)
Package

montezuma.

Source

document.lisp.

Methods
Method: remove-field ((self document) name)
Generic Function: remove-fields (document name)
Package

montezuma.

Source

document.lisp.

Methods
Method: remove-fields ((self document) name)
Generic Function: remtable (table key)
Package

montezuma.

Source

tables.lisp.

Methods
Method: remtable ((table table) key)
Method: remtable ((table hash-table) key)
Generic Function: rename-file (directory from to)
Package

montezuma.

Source

api.lisp.

Methods
Method: rename-file ((self compound-file-reader) from to)
Source

compound-file-io.lisp.

Method: rename-file ((self fs-directory) from to)
Source

fs-store.lisp.

Method: rename-file ((self ram-directory) from to)
Source

ram-store.lisp.

Generic Writer: required (new-value object)
Package

montezuma.

Methods
Writer Method: required ((new-value boolean-clause) boolean-clause)

If true, documents documents which _do not_ match this sub-query will _not_ match the boolean query.

Source

boolean-clause.lisp.

Target Slot

required.

Generic Reader: required-scorers (object)
Package

montezuma.

Methods
Reader Method: required-scorers ((boolean-scorer boolean-scorer))

automatically generated reader method

Source

boolean-scorer.lisp.

Target Slot

required-scorers.

Generic Reader: required? (object)
Package

montezuma.

Methods
Reader Method: required? ((boolean-clause boolean-clause))

If true, documents documents which _do not_ match this sub-query will _not_ match the boolean query.

Source

boolean-clause.lisp.

Target Slot

required.

Generic Function: reset (ram-index-output)
Package

montezuma.

Source

ram-store.lisp.

Methods
Method: reset ((self term-buffer))
Source

term-buffer.lisp.

Method: reset ((self ram-index-output))
Generic Function: reset-skip (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: reset-skip ((self segment-merger))
Generic Reader: reverse-p (object)
Package

montezuma.

Methods
Reader Method: reverse-p ((sort-type sort-type))

automatically generated reader method

Source

sort-field.lisp.

Target Slot

reverse-p.

Generic Function: rewrite (query reader)

Expert: called to re-write queries into primitive queries.

Package

montezuma.

Source

api.lisp.

Methods
Method: rewrite ((self index-searcher) original)
Source

index-searcher.lisp.

Method: rewrite ((self range-query) reader)
Source

range-query.lisp.

Method: rewrite ((self multi-term-query) reader)
Source

multi-term-query.lisp.

Method: rewrite ((self boolean-query) reader)
Source

boolean-query.lisp.

Method: rewrite ((self query) reader)
Source

query.lisp.

Generic Function: save-data (fields-writer data)
Package

montezuma.

Source

fields-io.lisp.

Methods
Method: save-data ((self fields-writer) data)
Generic Function: scan-for-term (term-infos-reader position)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: scan-for-term ((self term-infos-reader) position)
Generic Function: scan-for-term-info (term-infos-reader term)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: scan-for-term-info ((self term-infos-reader) term)
Generic Function: scan-to (segment-term-enum term)
Package

montezuma.

Source

segment-term-enum.lisp.

Methods
Method: scan-to ((self segment-term-enum) term)
Generic Reader: score-cache (object)
Package

montezuma.

Methods
Reader Method: score-cache ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

score-cache.

Generic Writer: (setf score-cache) (object)
Package

montezuma.

Methods
Writer Method: (setf score-cache) ((term-scorer term-scorer))

automatically generated writer method

Source

term-scorer.lisp.

Target Slot

score-cache.

Generic Reader: score-docs (object)
Package

montezuma.

Methods
Reader Method: score-docs ((top-docs top-docs))

automatically generated reader method

Source

top-docs.lisp.

Target Slot

score-docs.

Generic Writer: (setf score-docs) (object)
Package

montezuma.

Methods
Writer Method: (setf score-docs) ((top-docs top-docs))

automatically generated writer method

Source

top-docs.lisp.

Target Slot

score-docs.

Generic Reader: scorers (object)
Package

montezuma.

Methods
Reader Method: scorers ((conjunction-scorer conjunction-scorer))

automatically generated reader method

Source

conjunction-scorer.lisp.

Target Slot

scorers.

Generic Function: searcher (index)
Package

montezuma.

Source

index.lisp.

Methods
Reader Method: searcher ((boolean-weight boolean-weight))

automatically generated reader method

Source

boolean-query.lisp.

Target Slot

searcher.

Method: searcher ((self index))
Generic Function: seek (index-output pos)
Package

montezuma.

Source

api.lisp.

Methods
Method: seek ((self multi-term-doc-enum) term)
Source

multi-reader.lisp.

Method: seek ((self multiple-term-doc-pos-enum) term)
Source

multiple-term-doc-pos-enum.lisp.

Method: seek ((self segment-term-doc-enum) (term-info term-info))
Source

term-doc-enum.lisp.

Method: seek ((self segment-term-doc-enum) (term-enum term-enum))
Source

term-doc-enum.lisp.

Method: seek ((self segment-term-doc-enum) (term term))
Source

term-doc-enum.lisp.

Method: seek :after ((self fs-index-output) pos)
Source

fs-store.lisp.

Method: seek :after ((self ram-index-output) pos)
Source

ram-store.lisp.

Method: seek ((self buffered-index-input) pos)
Source

buffered-index-io.lisp.

Method: seek ((self buffered-index-output) pos)
Source

buffered-index-io.lisp.

Generic Function: seek-enum (term-infos-reader ind-offset)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: seek-enum ((self term-infos-reader) ind-offset)
Generic Function: seek-internal (buffered-index-input pos)
Package

montezuma.

Source

api.lisp.

Methods
Method: seek-internal ((self cs-index-input) pos)
Source

compound-file-io.lisp.

Method: seek-internal ((self fs-index-input) pos)
Source

fs-store.lisp.

Method: seek-internal ((self ram-index-input) pos)
Source

ram-store.lisp.

Generic Function: seek-segment-term (segment-term-enum pointer position term term-info)
Package

montezuma.

Source

segment-term-enum.lisp.

Methods
Method: seek-segment-term ((self segment-term-enum) pointer position term term-info)
Generic Reader: segment (object)
Package

montezuma.

Methods
Reader Method: segment ((segment-reader segment-reader))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

segment.

Generic Function: segment-info (segment-infos index)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: segment-info ((self segment-infos) index)
Generic Function: (setf segment-info) (segment-infos index)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: (setf segment-info) ((self segment-infos) index)
Generic Reader: segment-info-name (object)
Package

montezuma.

Methods
Reader Method: segment-info-name ((segment-info segment-info))

automatically generated reader method

Source

segment-infos.lisp.

Target Slot

name.

Generic Writer: (setf segment-info-name) (object)
Package

montezuma.

Methods
Writer Method: (setf segment-info-name) ((segment-info segment-info))

automatically generated writer method

Source

segment-infos.lisp.

Target Slot

name.

Generic Function: segment-info= (segment-info other)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: segment-info= ((self segment-info) other)
Generic Function: segment-reader (segment-merger i)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: segment-reader ((self segment-merger) i)
Generic Function: set-fields (boolean-clause occur)
Package

montezuma.

Source

boolean-clause.lisp.

Methods
Method: set-fields ((self boolean-clause) occur)
Generic Function: set-from-term-buffer (term-buffer other)
Package

montezuma.

Source

term-buffer.lisp.

Methods
Method: set-from-term-buffer ((self term-buffer) other)
Generic Function: set-from-term-info (term-info ti)
Package

montezuma.

Source

term-info.lisp.

Methods
Method: set-from-term-info ((self term-info) ti)
Generic Function: set-norm (index-reader doc field value)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: set-norm ((self index-reader) doc field value)
Generic Function: set-table-value (table key value)
Package

montezuma.

Source

tables.lisp.

Methods
Method: set-table-value ((table table) key value)
Method: set-table-value ((table hash-table) key value)
Generic Function: set-term (term field text)
Package

montezuma.

Source

term.lisp.

Methods
Method: set-term ((self term) field text)
Generic Function: set-values (term-info doc-f freq-p prox-p skip-o)
Package

montezuma.

Source

term-info.lisp.

Methods
Method: set-values ((self term-info) doc-f freq-p prox-p skip-o)
Generic Reader: similarity (condition)
Package

montezuma.

Methods
Reader Method: similarity ((index-searcher index-searcher))

automatically generated reader method

Source

index-searcher.lisp.

Target Slot

similarity.

Reader Method: similarity ((boolean-weight boolean-weight))

automatically generated reader method

Source

boolean-query.lisp.

Target Slot

similarity.

Reader Method: similarity ((term-weight term-weight))

automatically generated reader method

Source

term-query.lisp.

Target Slot

similarity.

Reader Method: similarity ((scorer scorer))

automatically generated reader method

Source

scorer.lisp.

Target Slot

similarity.

Reader Method: similarity ((condition coord-function-not-implemented-error))
Source

similarity.lisp.

Target Slot

similarity.

Generic Writer: (setf similarity) (object)
Package

montezuma.

Methods
Writer Method: (setf similarity) ((index-searcher index-searcher))

automatically generated writer method

Source

index-searcher.lisp.

Target Slot

similarity.

Writer Method: (setf similarity) ((boolean-weight boolean-weight))

automatically generated writer method

Source

boolean-query.lisp.

Target Slot

similarity.

Writer Method: (setf similarity) ((term-weight term-weight))

automatically generated writer method

Source

term-query.lisp.

Target Slot

similarity.

Generic Function: similarity-implementation (query searcher)

Expert: Returns the Similarity implementation to be used for this query. Subclasses may override this method to specify their own Similarity implementation, perhaps one that delegates through that of the Searcher. By default the Searcher’s Similarity implementation is returned.

Package

montezuma.

Source

api.lisp.

Methods
Method: similarity-implementation ((self boolean-query) searcher)
Source

boolean-query.lisp.

Method: similarity-implementation ((self query) searcher)
Source

query.lisp.

Generic Reader: skip-interval (object)
Package

montezuma.

Methods
Reader Method: skip-interval ((segment-term-enum segment-term-enum))

automatically generated reader method

Source

segment-term-enum.lisp.

Target Slot

skip-interval.

Reader Method: skip-interval ((term-infos-reader term-infos-reader))

automatically generated reader method

Source

term-infos-io.lisp.

Target Slot

skip-interval.

Reader Method: skip-interval ((term-infos-writer term-infos-writer))

automatically generated reader method

Source

term-infos-io.lisp.

Target Slot

skip-interval.

Generic Reader: skip-offset (object)
Package

montezuma.

Methods
Reader Method: skip-offset ((term-info term-info))

automatically generated reader method

Source

term-info.lisp.

Target Slot

skip-offset.

Generic Writer: (setf skip-offset) (object)
Package

montezuma.

Methods
Writer Method: (setf skip-offset) ((term-info term-info))

automatically generated writer method

Source

term-info.lisp.

Target Slot

skip-offset.

Generic Function: skip-prox (segment-term-doc-enum prox-pointer)
Package

montezuma.

Source

term-doc-enum.lisp.

Methods
Method: skip-prox ((self segment-term-doc-pos-enum) prox-pointer)
Method: skip-prox ((self segment-term-doc-enum) prox-pointer)
Generic Function: skip-to (enum target)
Package

montezuma.

Source

api.lisp.

Methods
Method: skip-to ((self phrase-scorer) target)
Source

phrase-scorer.lisp.

Method: skip-to ((self phrase-positions) target)
Source

phrase-positions.lisp.

Method: skip-to ((self match-all-scorer) target)
Source

match-all-query.lisp.

Method: skip-to ((self boolean-scorer) target)
Source

boolean-scorer.lisp.

Method: skip-to ((self single-match-scorer) doc-num)
Source

boolean-scorer.lisp.

Method: skip-to ((self non-matching-scorer) target)
Source

non-matching-scorer.lisp.

Method: skip-to ((self req-excl-scorer) target)
Source

req-excl-scorer.lisp.

Method: skip-to ((self req-opt-sum-scorer) target)
Source

req-opt-sum-scorer.lisp.

Method: skip-to ((self conjunction-scorer) target)
Source

conjunction-scorer.lisp.

Method: skip-to ((self disjunction-sum-scorer) target)
Source

disjunction-sum-scorer.lisp.

Method: skip-to ((self term-scorer) target)
Source

term-scorer.lisp.

Method: skip-to ((self multi-term-doc-enum) target)
Source

multi-reader.lisp.

Method: skip-to ((self multiple-term-doc-pos-enum) target)
Source

multiple-term-doc-pos-enum.lisp.

Method: skip-to ((self segment-term-doc-enum) target)
Source

term-doc-enum.lisp.

Method: skip-to ((self term-doc-enum) target)
Source

term-doc-enum.lisp.

Method: skip-to ((self term-enum) target)
Source

term-enum.lisp.

Generic Function: skipping-doc (enum)
Package

montezuma.

Source

term-doc-enum.lisp.

Methods
Method: skipping-doc ((self segment-term-doc-pos-enum))
Method: skipping-doc ((self segment-term-doc-enum))
Generic Reader: slop (object)
Package

montezuma.

Methods
Reader Method: slop ((phrase-query phrase-query))

automatically generated reader method

Source

phrase-query.lisp.

Target Slot

slop.

Generic Writer: (setf slop) (object)
Package

montezuma.

Methods
Writer Method: (setf slop) ((phrase-query phrase-query))

automatically generated writer method

Source

phrase-query.lisp.

Target Slot

slop.

Generic Function: sloppy-freq (similarity distance)
Package

montezuma.

Source

api.lisp.

Methods
Method: sloppy-freq ((self default-similarity) distance)
Source

similarity.lisp.

Generic Function: sort-posting-table (document-writer)
Package

montezuma.

Source

document-writer.lisp.

Methods
Method: sort-posting-table ((self document-writer))
Generic Function: sort-scorers (conjunction-scorer)
Package

montezuma.

Source

conjunction-scorer.lisp.

Methods
Method: sort-scorers ((self conjunction-scorer))
Generic Function: sort-type (score-doc)

Returns the type of sort. Should return +SortField.SCORE+, +SortField.DOC+, +SortField.STRING+, +SortField.INTEGER+, +SortField.FLOAT+ or +SortField.CUSTOM+. It is not valid to return +SortField.AUTO+.

This is used by multisearchers to determine how to collate results from their searchers. returns:: One of the constants in SortField.
See SortField.

Package

montezuma.

Source

score-doc-comparator.lisp.

Methods
Method: sort-type ((self string-field-comparator))
Reader Method: sort-type ((simple-field-comparator simple-field-comparator))

automatically generated reader method

Target Slot

sort-type.

Generic Writer: (setf sort-type) (object)
Package

montezuma.

Methods
Writer Method: (setf sort-type) ((simple-field-comparator simple-field-comparator))

automatically generated writer method

Source

score-doc-comparator.lisp.

Target Slot

sort-type.

Generic Function: sort-value (score-doc document-index)
Package

montezuma.

Source

score-doc-comparator.lisp.

Generic Reader: start-offset (object)
Package

montezuma.

Methods
Reader Method: start-offset ((term-vector-offset-info term-vector-offset-info))

automatically generated reader method

Source

term-vector-offset-info.lisp.

Target Slot

start-offset.

Generic Reader: starts (object)
Package

montezuma.

Methods
Reader Method: starts ((multi-term-doc-enum multi-term-doc-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

starts.

Generic Function: string-value (field)
Package

montezuma.

Source

field.lisp.

Methods
Method: string-value ((field field))
Generic Reader: sub-grammar (object)
Package

montezuma.parser.

Methods
Reader Method: sub-grammar ((composite-grammar composite-grammar))

automatically generated reader method

Source

parser.lisp.

Target Slot

sub-grammar.

Generic Reader: sub-grammars (object)
Package

montezuma.parser.

Methods
Reader Method: sub-grammars ((sequence-grammar sequence-grammar))

automatically generated reader method

Source

parser.lisp.

Target Slot

sub-grammars.

Generic Function: sum-of-squared-weights (weight)

The sum of squared weights of contained query clauses.

Package

montezuma.

Source

api.lisp.

Methods
Method: sum-of-squared-weights ((self match-all-weight))
Source

match-all-query.lisp.

Method: sum-of-squared-weights ((self phrase-weight))
Source

phrase-query.lisp.

Method: sum-of-squared-weights ((self boolean-weight))
Source

boolean-query.lisp.

Method: sum-of-squared-weights ((self term-weight))
Source

term-query.lisp.

Generic Function: table-entry (table key)
Package

montezuma.

Source

tables.lisp.

Methods
Method: table-entry ((table table) key)
Generic Function: table-keys (table)
Package

montezuma.

Source

tables.lisp.

Methods
Method: table-keys ((table table))
Method: table-keys ((table hash-table))
Generic Function: table-like-p (thing)
Package

montezuma.

Source

tables.lisp.

Methods
Method: table-like-p ((table table))
Method: table-like-p ((table hash-table))
Method: table-like-p (thing)
Generic Function: table-value (table key &optional value)
Package

montezuma.

Source

tables.lisp.

Methods
Method: table-value ((table table) key &optional value)
Method: table-value ((table hash-table) key &optional value)
Generic Function: (setf table-value) (table key)
Package

montezuma.

Source

tables.lisp.

Methods
Method: (setf table-value) (table key)
Generic Function: table-values (table)
Package

montezuma.

Source

tables.lisp.

Methods
Method: table-values ((table table))
Method: table-values ((table hash-table))
Generic Function: term (enum)
Package

montezuma.

Source

api.lisp.

Methods
Reader Method: term ((multi-term-query multi-term-query))

automatically generated reader method

Source

multi-term-query.lisp.

Target Slot

term.

Reader Method: term ((filtered-term-enum filtered-term-enum))

automatically generated reader method

Source

filtered-term-enum.lisp.

Target Slot

term.

Reader Method: term ((term-query term-query))

automatically generated reader method

Source

term-query.lisp.

Target Slot

term.

Reader Method: term ((posting posting))

automatically generated reader method

Source

document-writer.lisp.

Target Slot

term.

Reader Method: term ((multi-term-doc-enum multi-term-doc-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

term.

Reader Method: term ((multi-term-enum multi-term-enum))

automatically generated reader method

Source

multi-reader.lisp.

Target Slot

term.

Method: term ((self segment-term-enum))
Source

segment-term-enum.lisp.

Method: term ((self term-buffer))
Source

term-buffer.lisp.

Generic Function: (setf term) (term-buffer)
Package

montezuma.

Source

term-buffer.lisp.

Methods
Method: (setf term) ((self term-buffer))
Generic Reader: term-buffer (object)
Package

montezuma.

Methods
Reader Method: term-buffer ((segment-merge-info segment-merge-info))

automatically generated reader method

Source

segment-merge-info.lisp.

Target Slot

term-buffer.

Reader Method: term-buffer ((segment-term-enum segment-term-enum))

automatically generated reader method

Source

segment-term-enum.lisp.

Target Slot

term-buffer.

Generic Function: term-compare (term1 term2)
Package

montezuma.

Source

term.lisp.

Methods
Method: term-compare ((self wildcard-term-enum) term)
Source

wildcard-term-enum.lisp.

Method: term-compare ((t1 term) (t2 term-buffer))
Source

term-buffer.lisp.

Method: term-compare ((t1 term) (t2 term))
Generic Function: term-doc-freq (index-reader term)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: term-doc-freq ((self index-searcher) (term term))
Source

index-searcher.lisp.

Method: term-doc-freq ((self multi-reader) term)
Source

multi-reader.lisp.

Method: term-doc-freq ((self segment-reader) term)
Source

segment-reader.lisp.

Generic Function: term-doc-freqs (index-searcher terms)
Package

montezuma.

Source

index-searcher.lisp.

Methods
Method: term-doc-freqs ((self index-searcher) (terms sequence))
Generic Function: term-docs (index-reader)
Package

montezuma.

Source

index-reader.lisp.

Methods
Reader Method: term-docs ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

term-docs.

Method: term-docs ((self multi-reader))
Source

multi-reader.lisp.

Method: term-docs ((self segment-reader))
Source

segment-reader.lisp.

Generic Function: term-docs-for (index-reader term)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: term-docs-for ((self index-reader) term)
Generic Function: term-docs-from-reader (multi-term-doc-enum reader)
Package

montezuma.

Source

multi-reader.lisp.

Methods
Method: term-docs-from-reader ((self multi-term-doc-pos-enum) reader)
Method: term-docs-from-reader ((self multi-term-doc-enum) reader)
Generic Reader: term-enum (object)
Package

montezuma.

Methods
Reader Method: term-enum ((segment-merge-info segment-merge-info))

automatically generated reader method

Source

segment-merge-info.lisp.

Target Slot

term-enum.

Generic Function: term-field (term)
Package

montezuma.

Source

term.lisp.

Methods
Method: term-field ((self term))
Generic Function: (setf term-field) (term)
Package

montezuma.

Source

api.lisp.

Methods
Method: (setf term-field) ((self term))
Source

term.lisp.

Generic Reader: term-frequencies (object)
Package

montezuma.

Methods
Reader Method: term-frequencies ((segment-term-vector segment-term-vector))

automatically generated reader method

Source

segment-term-vector.lisp.

Target Slot

term-frequencies.

Generic Reader: term-idf (object)
Package

montezuma.

Methods
Reader Method: term-idf ((term-weight term-weight))

automatically generated reader method

Source

term-query.lisp.

Target Slot

term-idf.

Generic Writer: (setf term-idf) (object)
Package

montezuma.

Methods
Writer Method: (setf term-idf) ((term-weight term-weight))

automatically generated writer method

Source

term-query.lisp.

Target Slot

term-idf.

Generic Function: term-info (segment-term-enum)
Package

montezuma.

Source

segment-term-enum.lisp.

Methods
Method: term-info ((self segment-term-enum))
Generic Function: (setf term-info) (segment-term-enum)
Package

montezuma.

Source

segment-term-enum.lisp.

Methods
Method: (setf term-info) ((self segment-term-enum))
Generic Reader: term-infos (object)
Package

montezuma.

Methods
Reader Method: term-infos ((segment-reader segment-reader))

automatically generated reader method

Source

segment-reader.lisp.

Target Slot

term-infos.

Generic Function: term-positions (index-reader)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: term-positions ((self multi-reader))
Source

multi-reader.lisp.

Method: term-positions ((self segment-reader))
Source

segment-reader.lisp.

Generic Function: term-positions-for (index-reader term)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: term-positions-for ((self index-reader) term)
Generic Reader: term-query-norm (object)
Package

montezuma.

Methods
Reader Method: term-query-norm ((term-weight term-weight))

automatically generated reader method

Source

term-query.lisp.

Target Slot

term-query-norm.

Generic Writer: (setf term-query-norm) (object)
Package

montezuma.

Methods
Writer Method: (setf term-query-norm) ((term-weight term-weight))

automatically generated writer method

Source

term-query.lisp.

Target Slot

term-query-norm.

Generic Function: term-text (token)
Package

montezuma.

Source

token.lisp.

Methods
Reader Method: term-text ((tv-term tv-term))

automatically generated reader method

Source

term-vectors-io.lisp.

Target Slot

term-text.

Method: term-text ((self term))
Source

term.lisp.

Method: term-text ((token token))
Generic Function: (setf term-text) (term)
Package

montezuma.

Source

api.lisp.

Methods
Method: (setf term-text) ((self term))
Source

term.lisp.

Generic Function: term= (term1 term2)
Package

montezuma.

Source

term.lisp.

Methods
Method: term= ((t1 term) (t2 term-buffer))
Source

term-buffer.lisp.

Method: term= ((t1 term) (t2 term))
Generic Function: terms (term-infos-reader)
Package

montezuma.

Source

api.lisp.

Methods
Reader Method: terms ((phrase-query phrase-query))

automatically generated reader method

Source

phrase-query.lisp.

Target Slot

terms.

Method: terms ((self multi-reader))
Source

multi-reader.lisp.

Method: terms ((self segment-reader))
Source

segment-reader.lisp.

Reader Method: terms ((segment-term-vector segment-term-vector))

automatically generated reader method

Source

segment-term-vector.lisp.

Target Slot

terms.

Method: terms ((self term-infos-reader))
Source

term-infos-io.lisp.

Generic Function: terms-from (source term)
Package

montezuma.

Source

api.lisp.

Methods
Method: terms-from ((self multi-reader) term)
Source

multi-reader.lisp.

Method: terms-from ((self segment-reader) term)
Source

segment-reader.lisp.

Method: terms-from ((self term-infos-reader) term)
Source

term-infos-io.lisp.

Generic Function: text (term-buffer)
Package

montezuma.

Source

term-buffer.lisp.

Methods
Method: text ((self term-buffer))
Generic Reader: text-length (object)
Package

montezuma.

Methods
Reader Method: text-length ((term-buffer term-buffer))

automatically generated reader method

Source

term-buffer.lisp.

Target Slot

text-length.

Generic Function: tf (similarity freq)

Term frequency

Package

montezuma.

Source

api.lisp.

Methods
Method: tf ((self default-similarity) freq)
Source

similarity.lisp.

Generic Function: to-non-excluded (req-excl-scorer)
Package

montezuma.

Source

req-excl-scorer.lisp.

Methods
Method: to-non-excluded ((self req-excl-scorer))
Generic Function: to-string (term)
Package

montezuma.

Source

term.lisp.

Methods
Method: to-string ((self term))
Generic Function: to-term (term-buffer)
Package

montezuma.

Source

term-buffer.lisp.

Methods
Method: to-term ((self term-buffer))
Generic Function: token-regexp (tokenizer)
Package

montezuma.

Source

tokenizers.lisp.

Methods
Method: token-regexp ((self standard-tokenizer))
Source

standard-tokenizer.lisp.

Method: token-regexp ((self whitespace-tokenizer))
Method: token-regexp ((self letter-tokenizer))
Method: token-regexp ((self regexp-tokenizer))
Generic Function: token-stream (analyzer field string-or-stream)

Return a TOKEN-STREAM. The stream is consumed with NEXT-TOKEN.

Package

montezuma.

Source

analyzers.lisp.

Methods
Method: token-stream ((self per-field-analyzer-wrapper) field string-or-stream)
Method: token-stream ((self standard-analyzer) field string-or-stream)
Method: token-stream ((self stop-analyzer) field string-or-stream)
Method: token-stream ((self whitespace-analyzer) field string-or-stream)
Method: token-stream ((self analyzer) field string-or-stream)
Generic Reader: tokens (object)
Package

montezuma.parser.

Methods
Reader Method: tokens ((parser parser))

automatically generated reader method

Source

parser.lisp.

Target Slot

tokens.

Generic Writer: (setf tokens) (object)
Package

montezuma.parser.

Methods
Writer Method: (setf tokens) ((parser parser))

automatically generated writer method

Source

parser.lisp.

Target Slot

tokens.

Generic Reader: total-hits (object)
Package

montezuma.

Methods
Reader Method: total-hits ((top-docs top-docs))

automatically generated reader method

Source

top-docs.lisp.

Target Slot

total-hits.

Generic Writer: (setf total-hits) (object)
Package

montezuma.

Methods
Writer Method: (setf total-hits) ((top-docs top-docs))

automatically generated writer method

Source

top-docs.lisp.

Target Slot

total-hits.

Generic Function: touch (directory file)
Package

montezuma.

Source

api.lisp.

Methods
Method: touch ((self compound-file-reader) name)
Source

compound-file-io.lisp.

Method: touch ((self fs-directory) file)
Source

fs-store.lisp.

Method: touch ((self ram-directory) name)
Source

ram-store.lisp.

Generic Reader: tp-enum (object)
Package

montezuma.

Methods
Reader Method: tp-enum ((phrase-positions phrase-positions))

automatically generated reader method

Source

phrase-positions.lisp.

Target Slot

tp-enum.

Generic Function: try-to-delete-files (index-writer filenames)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: try-to-delete-files ((self index-writer) filenames)
Generic Function: undelete-all (index-reader)
Package

montezuma.

Source

index-reader.lisp.

Methods
Method: undelete-all ((self index-reader))
Generic Reader: upper-term (object)
Package

montezuma.

Methods
Reader Method: upper-term ((range-query range-query))

automatically generated reader method

Source

range-query.lisp.

Target Slot

upper-term.

Generic Function: use-active-field (parser)
Package

montezuma.

Source

query-parser.lisp.

Methods
Method: use-active-field ((parser query-parser))
Generic Function: uses-compound-file-p (segment-info)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: uses-compound-file-p ((si segment-info))
Generic Reader: value (object)
Package

montezuma.parser.

Methods
Reader Method: value ((literal-value-grammar literal-value-grammar))

automatically generated reader method

Source

parser.lisp.

Target Slot

value.

Reader Method: value ((token token))

automatically generated reader method

Source

parser.lisp.

Target Slot

value.

Generic Writer: (setf value) (object)
Package

montezuma.parser.

Methods
Writer Method: (setf value) ((token token))

automatically generated writer method

Source

parser.lisp.

Target Slot

value.

Generic Function: value (weight)

The weight for this query.

Package

montezuma.

Source

api.lisp.

Methods
Reader Method: value ((phrase-scorer phrase-scorer))

automatically generated reader method

Source

phrase-scorer.lisp.

Target Slot

value.

Method: value ((self match-all-weight))
Source

match-all-query.lisp.

Reader Method: value ((phrase-weight phrase-weight))

automatically generated reader method

Source

phrase-query.lisp.

Target Slot

value.

Method: value ((self boolean-weight))
Source

boolean-query.lisp.

Reader Method: value ((term-weight term-weight))

automatically generated reader method

Source

term-query.lisp.

Target Slot

value.

Generic Writer: (setf value) (object)
Package

montezuma.

Methods
Writer Method: (setf value) ((phrase-scorer phrase-scorer))

automatically generated writer method

Source

phrase-scorer.lisp.

Target Slot

value.

Writer Method: (setf value) ((term-weight term-weight))

automatically generated writer method

Source

term-query.lisp.

Target Slot

value.

Generic Reader: variables (object)
Package

montezuma.parser.

Methods
Reader Method: variables ((grammar-production grammar-production))

automatically generated reader method

Source

parser.lisp.

Target Slot

variables.

Generic Reader: version (object)
Package

montezuma.

Methods
Reader Method: version ((segment-infos segment-infos))

automatically generated reader method

Source

segment-infos.lisp.

Target Slot

version.

Generic Reader: weight-value (object)
Package

montezuma.

Methods
Reader Method: weight-value ((term-scorer term-scorer))

automatically generated reader method

Source

term-scorer.lisp.

Target Slot

weight-value.

Generic Reader: weights (object)
Package

montezuma.

Methods
Reader Method: weights ((boolean-weight boolean-weight))

automatically generated reader method

Source

boolean-query.lisp.

Target Slot

weights.

Generic Writer: (setf weights) (object)
Package

montezuma.

Methods
Writer Method: (setf weights) ((boolean-weight boolean-weight))

automatically generated writer method

Source

boolean-query.lisp.

Target Slot

weights.

Generic Function: write (field-infos output)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: write ((self field-infos) output)
Generic Function: write-byte (index-output byte)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-byte ((self buffered-index-output) b)
Source

buffered-index-io.lisp.

Generic Function: write-bytes (index-output buffer length)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-bytes ((self buffered-index-output) buffer length)
Source

buffered-index-io.lisp.

Generic Function: write-chars (index-output buffer start length)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-chars ((self index-output) buffer start length)
Source

index-io.lisp.

Generic Function: write-deletable-files (index-writer filenames)
Package

montezuma.

Source

index-writer.lisp.

Methods
Method: write-deletable-files ((self index-writer) filenames)
Generic Function: write-doc (term-vectors-writer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: write-doc ((self term-vectors-writer))
Generic Function: write-field (term-vectors-writer)
Package

montezuma.

Source

term-vectors-io.lisp.

Methods
Method: write-field ((self term-vectors-writer))
Generic Function: write-int (index-output int)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-int ((self index-output) i)
Source

index-io.lisp.

Generic Function: write-long (index-output long)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-long ((self index-output) i)
Source

index-io.lisp.

Generic Function: write-norms (document-writer segment)
Package

montezuma.

Source

document-writer.lisp.

Methods
Method: write-norms ((self document-writer) segment)
Generic Function: write-postings (document-writer postings segment)
Package

montezuma.

Source

document-writer.lisp.

Methods
Method: write-postings ((self document-writer) postings segment)
Generic Function: write-segment-infos (segment-infos directory)
Package

montezuma.

Source

segment-infos.lisp.

Methods
Method: write-segment-infos ((self segment-infos) directory)
Generic Function: write-skip (segment-merger)
Package

montezuma.

Source

segment-merger.lisp.

Methods
Method: write-skip ((self segment-merger))
Generic Function: write-string (index-output string)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-string ((self index-output) s)
Source

index-io.lisp.

Generic Function: write-term (term-infos-writer term)
Package

montezuma.

Source

term-infos-io.lisp.

Methods
Method: write-term ((self term-infos-writer) term)
Generic Function: write-to (ram-index-output output)
Package

montezuma.

Source

ram-store.lisp.

Methods
Method: write-to ((self ram-index-output) output)
Generic Function: write-to-dir (field-infos dir name)
Package

montezuma.

Source

field-infos.lisp.

Methods
Method: write-to-dir ((self field-infos) dir name)
Generic Function: write-uint (index-output uint)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-uint ((self index-output) i)
Source

index-io.lisp.

Generic Function: write-ulong (index-output ulong)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-ulong ((self index-output) i)
Source

index-io.lisp.

Generic Function: write-vint (index-output vint)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-vint ((self index-output) int)
Source

index-io.lisp.

Generic Function: write-vlong (index-output vlong)
Package

montezuma.

Source

api.lisp.

Methods
Method: write-vlong ((self index-output) i)
Source

index-io.lisp.


6.2.6 Conditions

Condition: coord-function-not-implemented-error
Package

montezuma.

Source

similarity.lisp.

Direct superclasses

condition.

Direct methods

similarity.

Direct slots
Slot: similarity
Initargs

:similarity

Readers

similarity.

Writers

This slot is read-only.

Condition: too-many-clauses-error

Thrown when an attempt is made to add more than #max_clause_count() clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or RangeQuery is expanded to many terms during search.

Package

montezuma.

Source

boolean-query.lisp.

Direct superclasses

error.


6.2.7 Structures

Structure: table
Package

montezuma.

Source

tables.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: entries
Readers

table-entries.

Writers

(setf table-entries).

Slot: test
Readers

table-test.

Writers

(setf table-test).

Structure: term
Package

montezuma.

Source

term.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: field
Readers

%term-field.

Writers

(setf %term-field).

Slot: text
Readers

%term-text.

Writers

(setf %term-text).

Structure: token
Package

montezuma.

Source

token.lisp.

Direct superclasses

structure-object.

Direct methods

term-text.

Direct slots
Slot: image
Readers

token-image.

Writers

(setf token-image).

Slot: start
Readers

token-start.

Writers

(setf token-start).

Slot: end
Readers

token-end.

Writers

(setf token-end).

Slot: increment
Initform

1

Readers

token-increment.

Writers

(setf token-increment).

Slot: type
Package

common-lisp.

Initform

:word

Readers

token-type.

Writers

(setf token-type).

Structure: tv-field
Package

montezuma.

Source

term-vectors-io.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: tvf-pointer
Initform

0

Readers

tv-field-tvf-pointer.

Writers

(setf tv-field-tvf-pointer).

Slot: number
Package

common-lisp.

Readers

tv-field-number.

Writers

(setf tv-field-number).

Slot: store-positions
Readers

tv-field-store-positions.

Writers

(setf tv-field-store-positions).

Slot: store-offsets
Readers

tv-field-store-offsets.

Writers

(setf tv-field-store-offsets).


6.2.8 Classes

Class: alternative-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

sequence-grammar.

Direct methods

code.

Class: boolean-scorer
Package

montezuma.

Source

boolean-scorer.lisp.

Direct superclasses

scorer.

Direct methods
Direct slots
Slot: counting-sum-scorer
Slot: required-scorers
Initform

(montezuma::make-scorers-array)

Readers

required-scorers.

Writers

This slot is read-only.

Slot: optional-scorers
Initform

(montezuma::make-scorers-array)

Slot: prohibited-scorers
Initform

(montezuma::make-scorers-array)

Slot: coordinator
Readers

coordinator.

Writers

This slot is read-only.

Class: boolean-weight
Package

montezuma.

Source

boolean-query.lisp.

Direct superclasses

weight.

Direct methods
Direct slots
Slot: similarity
Readers

similarity.

Writers

(setf similarity).

Slot: weights
Initform

(quote nil)

Readers

weights.

Writers

(setf weights).

Slot: query
Initargs

:query

Readers

query.

Writers

This slot is read-only.

Slot: searcher
Initargs

:searcher

Readers

searcher.

Writers

This slot is read-only.

Class: buffered-index-input
Package

montezuma.

Source

buffered-index-io.lisp.

Direct superclasses

index-input.

Direct subclasses
Direct methods
Direct Default Initargs
InitargValue
:buffer-size*default-buffer-size*
Direct slots
Slot: buffer
Slot: buffer-size
Initargs

:buffer-size

Readers

buffer-size.

Writers

This slot is read-only.

Slot: buffer-start
Initform

0

Slot: buffer-length
Initform

0

Slot: buffer-position
Initform

0

Class: buffered-index-output
Package

montezuma.

Source

buffered-index-io.lisp.

Direct superclasses

index-output.

Direct subclasses
Direct methods
Direct Default Initargs
InitargValue
:buffer-size*default-buffer-size*
Direct slots
Slot: buffer
Slot: buffer-size
Initargs

:buffer-size

Readers

buffer-size.

Writers

This slot is read-only.

Slot: buffer-start
Initform

0

Slot: buffer-position
Initform

0

Class: build-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

grammar.

Direct methods
Direct slots
Slot: grammar
Initargs

:grammar

Readers

grammar.

Writers

This slot is read-only.

Slot: form
Initargs

:form

Readers

form.

Writers

This slot is read-only.

Class: character-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

literal-value-grammar.

Direct methods
Class: character-parser
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

parser.

Direct methods
Class: chartype-production
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

production.

Direct methods
Class: composite-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

grammar.

Direct subclasses
Direct methods
Direct slots
Slot: sub-grammar
Initargs

:sub-grammar

Readers

sub-grammar.

Writers

This slot is read-only.

Class: compound-file-reader
Package

montezuma.

Source

compound-file-io.lisp.

Direct superclasses

directory.

Direct methods
Direct slots
Slot: directory
Initargs

:directory

Slot: file-name
Initargs

:file-name

Slot: stream
Package

common-lisp.

Slot: entries
Initform

(montezuma::make-table :test (function equal))

Class: compound-file-reader-file-entry
Package

montezuma.

Source

compound-file-io.lisp.

Direct methods
Direct slots
Slot: offset
Initargs

:offset

Readers

offset.

Writers

This slot is read-only.

Slot: size
Readers

size.

Writers

(setf size).

Class: compound-file-writer
Package

montezuma.

Source

compound-file-io.lisp.

Direct methods
Direct slots
Slot: directory
Initargs

:directory

Slot: file-name
Initargs

:file-name

Slot: ids
Initform

(quote nil)

Slot: file-entries
Initform

(quote nil)

Slot: merged-p
Class: compound-file-writer-file-entry
Package

montezuma.

Source

compound-file-io.lisp.

Direct methods
Direct slots
Slot: file-name
Initargs

:file-name

Readers

file-name.

Writers

This slot is read-only.

Slot: dir-offset
Readers

dir-offset.

Writers

(setf dir-offset).

Slot: data-offset
Readers

data-offset.

Writers

(setf data-offset).

Class: conjunction-scorer
Package

montezuma.

Source

conjunction-scorer.lisp.

Direct superclasses

scorer.

Direct subclasses

counting-conjunction-scorer.

Direct methods
Direct slots
Slot: scorers
Initform

(montezuma::make-scorers-array)

Readers

scorers.

Writers

This slot is read-only.

Slot: first-time-p
Initform

t

Readers

first-time-p.

Writers

This slot is read-only.

Slot: more-p
Initform

t

Readers

more-p.

Writers

This slot is read-only.

Slot: coord
Class: conjunctive-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

sequence-grammar.

Direct methods

code.

Class: coordinator
Package

montezuma.

Source

boolean-scorer.lisp.

Direct methods
Direct slots
Slot: max-coord
Initform

0

Readers

max-coord.

Writers

(setf max-coord).

Slot: coord-factors
Slot: num-matchers
Readers

num-matchers.

Writers

(setf num-matchers).

Slot: similarity
Initargs

:similarity

Class: counting-conjunction-scorer
Package

montezuma.

Source

boolean-scorer.lisp.

Direct superclasses

conjunction-scorer.

Direct methods
Direct slots
Slot: parent-scorer
Initargs

:parent-scorer

Slot: required-num-matchers
Slot: last-scored-doc
Initform

-1

Class: counting-disjunction-sum-scorer
Package

montezuma.

Source

boolean-scorer.lisp.

Direct superclasses

disjunction-sum-scorer.

Direct methods

score.

Direct slots
Slot: parent-scorer
Initargs

:parent-scorer

Class: cs-index-input
Package

montezuma.

Source

compound-file-io.lisp.

Direct superclasses

buffered-index-input.

Direct methods
Direct slots
Slot: base
Initargs

:base

Slot: file-offset
Initargs

:file-offset

Slot: size
Initargs

:size

Readers

size.

Writers

This slot is read-only.

Class: default-similarity
Package

montezuma.

Source

similarity.lisp.

Direct superclasses

similarity.

Direct methods
Direct Default Initargs
InitargValue
:coord-function(quote default-coord-function)
Class: directory
Package

montezuma.

Source

directory.lisp.

Direct subclasses
Direct methods
Direct Default Initargs
InitargValue
:lock-prefixmontezuma-
Direct slots
Slot: lock-prefix
Initargs

:lock-prefix

Class: disjunction-sum-scorer
Package

montezuma.

Source

disjunction-sum-scorer.lisp.

Direct superclasses

scorer.

Direct subclasses

counting-disjunction-sum-scorer.

Direct methods
Direct Default Initargs
InitargValue
:similaritynil
:minimum-num-matchers1
Direct slots
Slot: num-scorers
Slot: current-doc
Initform

-1

Slot: current-score
Slot: num-matchers
Initform

-1

Slot: minimum-num-matchers
Initargs

:minimum-num-matchers

Slot: sub-scorers
Initargs

:sub-scorers

Slot: scorer-queue
Class: document-writer
Package

montezuma.

Source

document-writer.lisp.

Direct methods
Direct Default Initargs
InitargValue
:term-index-interval*index-writer-default-term-index-interval*
Direct slots
Slot: directory
Initargs

:directory

Slot: analyzer
Initargs

:analyzer

Slot: similarity
Initargs

:similarity

Slot: max-field-length
Initargs

:max-field-length

Slot: field-infos
Slot: field-lengths
Slot: field-positions
Slot: field-offsets
Slot: field-boosts
Slot: term-index-interval
Initargs

:term-index-interval

Slot: posting-table
Initform

(make-hash-table :test (function equal))

Slot: term-buffer
Initform

(montezuma:make-term "" "")

Slot: info-stream
Readers

info-stream.

Writers

(setf info-stream).

Class: exact-phrase-scorer
Package

montezuma.

Source

exact-phrase-scorer.lisp.

Direct superclasses

phrase-scorer.

Direct methods

phrase-freq.

Class: field-info
Package

montezuma.

Source

field-infos.lisp.

Direct methods
Direct Default Initargs
InitargValue
:store-positions-pnil
:store-offsets-pnil
:omit-norms-pnil
Direct slots
Slot: name
Initargs

:name

Readers

field-name.

Writers

(setf field-name).

Slot: number
Package

common-lisp.

Initargs

:number

Readers

field-number.

Writers

(setf field-number).

Slot: indexed-p
Initargs

:indexed-p

Readers

field-indexed-p.

Writers

(setf field-indexed-p).

Slot: store-term-vector-p
Initargs

:store-term-vector-p

Readers

field-store-term-vector-p.

Writers

(setf field-store-term-vector-p).

Slot: store-offsets-p
Initargs

:store-offsets-p

Readers

field-store-offsets-p.

Writers

(setf field-store-offsets-p).

Slot: store-positions-p
Initargs

:store-positions-p

Readers

field-store-positions-p.

Writers

(setf field-store-positions-p).

Slot: omit-norms-p
Initargs

:omit-norms-p

Readers

field-omit-norms-p.

Writers

(setf field-omit-norms-p).

Class: field-infos
Package

montezuma.

Source

field-infos.lisp.

Direct methods
Direct slots
Slot: fi-array
Initform

(make-array (list 0) :fill-pointer 0 :adjustable t)

Slot: fi-hash
Initform

(make-hash-table :test (function equal))

Class: field-sorted-hit-queue
Package

montezuma.

Source

hit-queue.lisp.

Direct superclasses

hit-queue.

Direct methods

less-than.

Direct slots
Slot: reader
Initargs

:reader

Slot: fields
Initargs

:fields

Class: fields-reader
Package

montezuma.

Source

fields-io.lisp.

Direct methods
Direct slots
Slot: field-infos
Initargs

:field-infos

Slot: fields-stream
Slot: index-stream
Slot: size
Readers

size.

Writers

This slot is read-only.

Class: fields-writer
Package

montezuma.

Source

fields-io.lisp.

Direct methods
Direct slots
Slot: field-infos
Initargs

:field-infos

Slot: fields-stream
Slot: index-stream
Class: filter

Abstract base class providing a mechanism to restrict searches to a subset of an index.

Package

montezuma.

Source

filter.lisp.

Class: filtered-term-enum
Package

montezuma.

Source

filtered-term-enum.lisp.

Direct superclasses

term-enum.

Direct subclasses

wildcard-term-enum.

Direct methods
Direct slots
Slot: term
Readers

term.

Writers

This slot is read-only.

Slot: enum
Slot: reader
Class: fs-directory
Package

montezuma.

Source

fs-store.lisp.

Direct superclasses

directory.

Direct methods
Direct slots
Slot: path
Initargs

:path

Class: fs-index-input
Package

montezuma.

Source

fs-store.lisp.

Direct superclasses

buffered-index-input.

Direct methods
Direct slots
Slot: file
Slot: is-clone-p
Slot: size
Readers

size.

Writers

This slot is read-only.

Class: fs-index-output
Package

montezuma.

Source

fs-store.lisp.

Direct superclasses

buffered-index-output.

Direct methods
Direct Default Initargs
InitargValue
:buffer-size4096
Direct slots
Slot: file
Class: grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct subclasses
Direct methods
Class: grammar-production
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

production.

Direct methods
Direct slots
Slot: variables
Initargs

:variables

Readers

variables.

Writers

This slot is read-only.

Slot: grammar
Initargs

:grammar

Readers

grammar.

Writers

This slot is read-only.

Class: hit-queue
Package

montezuma.

Source

hit-queue.lisp.

Direct superclasses

priority-queue.

Direct subclasses

field-sorted-hit-queue.

Direct methods

less-than.

Class: index-input
Package

montezuma.

Source

index-io.lisp.

Direct subclasses

buffered-index-input.

Direct methods
Class: index-output
Package

montezuma.

Source

index-io.lisp.

Direct subclasses

buffered-index-output.

Direct methods
Class: index-reader
Package

montezuma.

Source

index-reader.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: directory
Initargs

:directory

Readers

directory.

Writers

This slot is read-only.

Slot: close-directory-p
Initargs

:close-directory-p

Slot: segment-infos
Initargs

:segment-infos

Slot: directory-owner
Initargs

:directory-owner

Slot: has-changes-p
Slot: stale
Class: letter-tokenizer
Package

montezuma.

Source

tokenizers.lisp.

Direct superclasses

regexp-tokenizer.

Direct subclasses

lowercase-tokenizer.

Direct methods

token-regexp.

Class: literal-value-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

grammar.

Direct subclasses
Direct methods

value.

Direct slots
Slot: value
Initargs

:value

Readers

value.

Writers

This slot is read-only.

Class: lock
Package

montezuma.

Source

directory.lisp.

Direct Default Initargs
InitargValue
:max-attempts5
Direct slots
Slot: max-attempts
Initargs

:max-attempts

Class: lowercase-filter
Package

montezuma.

Source

token-filters.lisp.

Direct superclasses

token-filter.

Direct methods

next-token.

Class: lowercase-tokenizer
Package

montezuma.

Source

tokenizers.lisp.

Direct superclasses

letter-tokenizer.

Direct methods

normalize.

Class: match-all-scorer
Package

montezuma.

Source

match-all-query.lisp.

Direct superclasses

scorer.

Direct methods
Direct slots
Slot: reader
Initargs

:reader

Slot: count
Initform

-1

Slot: max-doc
Class: match-all-weight
Package

montezuma.

Source

match-all-query.lisp.

Direct superclasses

weight.

Direct methods
Direct slots
Slot: query
Initargs

:query

Readers

query.

Writers

This slot is read-only.

Slot: searcher
Initargs

:searcher

Class: multi-reader
Package

montezuma.

Source

multi-reader.lisp.

Direct superclasses

index-reader.

Direct methods
Direct slots
Slot: sub-readers
Initargs

:sub-readers

Slot: max-doc
Initform

0

Readers

max-doc.

Writers

This slot is read-only.

Slot: num-docs
Initform

-1

Slot: starts
Slot: ones
Slot: norms-cache
Initform

(montezuma::make-table :test (function equal))

Slot: has-deletions-p
Class: multi-term-doc-enum
Package

montezuma.

Source

multi-reader.lisp.

Direct superclasses

term-doc-enum.

Direct subclasses

multi-term-doc-pos-enum.

Direct methods
Direct slots
Slot: readers
Initargs

:readers

Readers

readers.

Writers

This slot is read-only.

Slot: starts
Initargs

:starts

Readers

starts.

Writers

This slot is read-only.

Slot: term
Readers

term.

Writers

This slot is read-only.

Slot: base
Initform

0

Readers

base.

Writers

This slot is read-only.

Slot: pointer
Initform

0

Readers

pointer.

Writers

This slot is read-only.

Slot: reader-term-docs
Slot: current
Readers

current.

Writers

This slot is read-only.

Class: multi-term-doc-pos-enum
Package

montezuma.

Source

multi-reader.lisp.

Direct superclasses

multi-term-doc-enum.

Direct methods
Class: multi-term-enum
Package

montezuma.

Source

multi-reader.lisp.

Direct superclasses

term-enum.

Direct methods
Direct slots
Slot: doc-freq
Readers

doc-freq.

Writers

This slot is read-only.

Slot: term
Readers

term.

Writers

This slot is read-only.

Slot: term-buffer
Slot: queue
Class: multi-term-query
Package

montezuma.

Source

multi-term-query.lisp.

Direct superclasses

query.

Direct subclasses

wildcard-query.

Direct methods
Direct slots
Slot: term
Initargs

:term

Readers

term.

Writers

This slot is read-only.

Class: multiple-term-doc-pos-enum
Package

montezuma.

Source

multiple-term-doc-pos-enum.lisp.

Direct superclasses

term-doc-enum.

Direct methods
Direct slots
Slot: doc
Readers

doc.

Writers

This slot is read-only.

Slot: freq
Readers

freq.

Writers

This slot is read-only.

Slot: tps-queue
Slot: pos-list
Initform

(quote nil)

Class: negative-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

composite-grammar.

Direct subclasses

not-match-grammar.

Direct methods
Class: non-matching-scorer
Package

montezuma.

Source

non-matching-scorer.lisp.

Direct superclasses

scorer.

Direct methods
Class: norm
Package

montezuma.

Source

segment-reader.lisp.

Direct methods
Direct slots
Slot: input-stream
Initargs

:input-stream

Readers

input-stream.

Writers

This slot is read-only.

Slot: dirty-p
Readers

dirty-p.

Writers

(setf dirty-p).

Slot: bytes
Readers

bytes.

Writers

(setf bytes).

Slot: number
Package

common-lisp.

Initargs

:number

Class: not-match-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

negative-grammar.

Direct methods

code.

Class: optional-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

composite-grammar.

Direct methods

code.

Class: parser
Package

montezuma.parser.

Source

parser.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: grammar
Initargs

:grammar

Readers

grammar.

Writers

This slot is read-only.

Slot: tokens
Initargs

:tokens

Readers

tokens.

Writers

(setf tokens).

Class: per-field-analyzer-wrapper
Package

montezuma.

Source

analyzers.lisp.

Direct superclasses

analyzer.

Direct methods

token-stream.

Direct slots
Slot: default-analyzer
Initargs

:default-analyzer

Slot: analyzers
Initform

(make-hash-table :test (function equal))

Class: phrase-positions
Package

montezuma.

Source

phrase-positions.lisp.

Direct methods
Direct slots
Slot: document
Initform

-1

Readers

document.

Writers

This slot is read-only.

Slot: phrase-position
Initform

-1

Readers

phrase-position.

Writers

This slot is read-only.

Slot: next
Readers

next.

Writers

(setf next).

Slot: tp-enum
Initargs

:tp-enum

Readers

tp-enum.

Writers

This slot is read-only.

Slot: offset
Initargs

:offset

Slot: position
Package

common-lisp.

Slot: phrase-count
Initform

-1

Readers

phrase-count.

Writers

This slot is read-only.

Class: phrase-query
Package

montezuma.

Source

phrase-query.lisp.

Direct superclasses

query.

Direct methods
Direct slots
Slot: slop
Initform

0

Readers

slop.

Writers

(setf slop).

Slot: terms
Initform

(make-array 3 :adjustable t :fill-pointer 0)

Readers

terms.

Writers

This slot is read-only.

Slot: positions
Initform

(make-array 3 :adjustable t :fill-pointer 0)

Readers

positions.

Writers

This slot is read-only.

Slot: field
Readers

field.

Writers

This slot is read-only.

Class: phrase-queue
Package

montezuma.

Source

phrase-scorer.lisp.

Direct superclasses

priority-queue.

Direct methods

less-than.

Class: phrase-scorer
Package

montezuma.

Source

phrase-scorer.lisp.

Direct superclasses

scorer.

Direct subclasses
Direct methods
Direct slots
Slot: first
Package

common-lisp.

Readers

first-index.

Writers

This slot is read-only.

Slot: last
Package

common-lisp.

Readers

last-index.

Writers

This slot is read-only.

Slot: norms
Initargs

:norms

Slot: weight
Initargs

:weight

Slot: value
Readers

value.

Writers

(setf value).

Slot: first-time-p
Initform

t

Readers

first-time-p.

Writers

(setf first-time-p).

Slot: more-p
Initform

t

Readers

more-p.

Writers

(setf more-p).

Slot: pq
Slot: freq
Readers

freq.

Writers

(setf freq).

Class: phrase-weight
Package

montezuma.

Source

phrase-query.lisp.

Direct superclasses

weight.

Direct methods
Direct slots
Slot: query
Initargs

:query

Readers

query.

Writers

This slot is read-only.

Slot: similarity
Slot: idf
Slot: query-weight
Slot: query-norm
Slot: value
Readers

value.

Writers

This slot is read-only.

Class: plus-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

composite-grammar.

Direct methods

code.

Class: porter-stem-filter
Package

montezuma.

Source

token-filters.lisp.

Direct superclasses

token-filter.

Direct methods

next-token.

Class: posting
Package

montezuma.

Source

document-writer.lisp.

Direct methods
Direct slots
Slot: term
Initargs

:term

Readers

term.

Writers

This slot is read-only.

Slot: freq
Initform

1

Readers

freq.

Writers

(setf freq).

Slot: positions
Readers

positions.

Writers

This slot is read-only.

Slot: offsets
Readers

offsets.

Writers

This slot is read-only.

Class: priority-queue
Package

montezuma.

Source

priority-queue.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: contents
Slot: max-size
Initargs

:max-size

Slot: predicate
Initargs

:predicate

Slot: element-type
Initform

t

Initargs

:element-type

Class: production
Package

montezuma.parser.

Source

parser.lisp.

Direct subclasses
Direct methods

name.

Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Class: production-call-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

grammar.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Class: query
Package

montezuma.

Source

query.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: boost
Initform

1.0

Initargs

:boost

Readers

boost.

Writers

(setf boost).

Class: query-parser
Package

montezuma.

Source

query-parser.lisp.

Direct methods
Direct Default Initargs
InitargValue
:default-field*
:analyzer(make-instance (quote standard-analyzer))
:wild-lowert
:default-occurshould-occur
:default-slop0
:handle-parse-errorsnil
Direct slots
Slot: field
Slot: default-field
Initargs

:default-field

Slot: analyzer
Initargs

:analyzer

Readers

analyzer.

Writers

This slot is read-only.

Slot: wild-lower
Initargs

:wild-lower

Slot: default-occur
Initargs

:default-occur

Slot: default-slop
Initargs

:default-slop

Slot: fields
Initform

(quote nil)

Initargs

:fields

Readers

fields.

Writers

(setf fields).

Slot: handle-parse-errors
Initargs

:handle-parse-errors

Class: ram-directory
Package

montezuma.

Source

ram-store.lisp.

Direct superclasses

directory.

Direct methods
Direct Default Initargs
InitargValue
:dirnil
Direct slots
Slot: dir
Initargs

:dir

Slot: files
Initform

(make-hash-table :test (function equal))

Class: ram-file
Package

montezuma.

Source

ram-store.lisp.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

file-name.

Writers

(setf file-name).

Slot: buffers
Initform

(make-array (list 5) :fill-pointer 0 :adjustable t)

Readers

buffers.

Writers

(setf buffers).

Slot: mtime
Initform

(get-universal-time)

Readers

mtime.

Writers

(setf mtime).

Slot: size
Initform

0

Readers

size.

Writers

(setf size).

Class: ram-index-input
Package

montezuma.

Source

ram-store.lisp.

Direct superclasses

buffered-index-input.

Direct methods
Direct slots
Slot: file
Initargs

:file

Slot: pointer
Initform

0

Slot: closed-p
Class: ram-index-output
Package

montezuma.

Source

ram-store.lisp.

Direct superclasses

buffered-index-output.

Direct methods
Direct slots
Slot: file
Initargs

:file

Slot: pointer
Initform

0

Class: range-query
Package

montezuma.

Source

range-query.lisp.

Direct superclasses

query.

Direct methods
Direct slots
Slot: field
Initargs

:field

Readers

field.

Writers

This slot is read-only.

Slot: lower-term
Initargs

:lower-term

Readers

lower-term.

Writers

This slot is read-only.

Slot: upper-term
Initargs

:upper-term

Readers

upper-term.

Writers

This slot is read-only.

Slot: include-upper-p
Initargs

:include-upper-p

Readers

include-upper-p.

Writers

This slot is read-only.

Slot: include-lower-p
Initargs

:include-lower-p

Readers

include-lower-p.

Writers

This slot is read-only.

Class: regexp-tokenizer
Package

montezuma.

Source

tokenizers.lisp.

Direct superclasses

tokenizer.

Direct subclasses
Direct methods
Direct slots
Slot: string-scanner
Class: req-excl-scorer
Package

montezuma.

Source

req-excl-scorer.lisp.

Direct superclasses

scorer.

Direct methods
Direct slots
Slot: req-scorer
Initargs

:req-scorer

Slot: excl-scorer
Initargs

:excl-scorer

Slot: first-time-p
Initform

t

Class: req-opt-sum-scorer
Package

montezuma.

Source

req-opt-sum-scorer.lisp.

Direct superclasses

scorer.

Direct methods
Direct slots
Slot: req-scorer
Initargs

:req-scorer

Slot: opt-scorer
Initargs

:opt-scorer

Slot: first-time-opt-scorer-p
Initform

t

Class: score-doc
Package

montezuma.

Source

score-doc.lisp.

Direct methods
Direct slots
Slot: score
Initargs

:score

Readers

score.

Writers

(setf score).

Slot: doc
Initargs

:doc

Readers

doc.

Writers

(setf doc).

Class: score-doc-comparator
Package

montezuma.

Source

score-doc-comparator.lisp.

Direct subclasses
Class: scorer-queue
Package

montezuma.

Source

disjunction-sum-scorer.lisp.

Direct superclasses

priority-queue.

Direct methods

less-than.

Class: segment-info
Package

montezuma.

Source

segment-infos.lisp.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

segment-info-name.

Writers

(setf segment-info-name).

Slot: doc-count
Initargs

:doc-count

Readers

doc-count.

Writers

(setf doc-count).

Slot: directory
Initargs

:directory

Readers

directory.

Writers

(setf directory).

Class: segment-infos
Package

montezuma.

Source

segment-infos.lisp.

Direct methods
Direct slots
Slot: format
Package

common-lisp.

Slot: version
Initform

(get-universal-time)

Readers

version.

Writers

This slot is read-only.

Slot: counter
Initform

0

Readers

counter.

Writers

(setf counter).

Slot: elements
Initform

(make-array 0 :adjustable t :fill-pointer t)

Class: segment-merge-info
Package

montezuma.

Source

segment-merge-info.lisp.

Direct methods
Direct slots
Slot: base
Initargs

:base

Readers

base.

Writers

This slot is read-only.

Slot: term-enum
Initargs

:term-enum

Readers

term-enum.

Writers

This slot is read-only.

Slot: reader
Initargs

:reader

Slot: postings
Initform

(quote nil)

Slot: term-buffer
Readers

term-buffer.

Writers

This slot is read-only.

Slot: doc-map
Class: segment-merge-queue
Package

montezuma.

Source

segment-merge-queue.lisp.

Direct superclasses

priority-queue.

Direct methods
Direct Default Initargs
InitargValue
:element-type(quote segment-merge-info)
Class: segment-merger
Package

montezuma.

Source

segment-merger.lisp.

Direct methods
Direct Default Initargs
InitargValue
:term-index-interval*index-writer-default-term-index-interval*
Direct slots
Slot: directory
Initargs

:directory

Slot: segment
Initargs

:name

Slot: term-index-interval
Initargs

:term-index-interval

Slot: readers
Initform

(make-array 0 :adjustable t :fill-pointer t)

Slot: field-infos
Initform

(quote nil)

Slot: freq-output
Slot: prox-output
Slot: term-infos-writer
Slot: queue
Slot: term-info
Initform

(make-instance (quote montezuma::term-info))

Slot: skip-buffer
Initform

(make-instance (quote montezuma::ram-index-output) :file (make-instance (quote montezuma::ram-file) :name ""))

Slot: skip-interval
Slot: last-skip-doc
Slot: last-skip-freq-pointer
Slot: last-skip-prox-pointer
Class: segment-reader
Package

montezuma.

Source

segment-reader.lisp.

Direct superclasses

index-reader.

Direct methods
Direct slots
Slot: segment
Readers

segment.

Writers

This slot is read-only.

Slot: cfs-reader
Slot: deleted-docs
Readers

deleted-docs.

Writers

This slot is read-only.

Slot: deleted-docs-dirty-p
Slot: undelete-all-p
Slot: field-infos
Readers

field-infos.

Writers

This slot is read-only.

Slot: fields-reader
Slot: term-infos
Readers

term-infos.

Writers

This slot is read-only.

Slot: freq-stream
Readers

freq-stream.

Writers

This slot is read-only.

Slot: prox-stream
Readers

prox-stream.

Writers

This slot is read-only.

Slot: norms
Initform

(make-hash-table :test (function equal))

Slot: norms-dirty-p
Slot: ones
Slot: cached-tv-reader
Slot: tv-reader-orig
Class: segment-term-doc-enum
Package

montezuma.

Source

term-doc-enum.lisp.

Direct superclasses

term-doc-enum.

Direct subclasses

segment-term-doc-pos-enum.

Direct methods
Direct slots
Slot: parent
Initargs

:parent

Readers

parent.

Writers

This slot is read-only.

Slot: freq-stream
Readers

freq-stream.

Writers

This slot is read-only.

Slot: deleted-docs
Readers

deleted-docs.

Writers

This slot is read-only.

Slot: skip-interval
Slot: count
Readers

count.

Writers

This slot is read-only.

Slot: freq
Readers

freq.

Writers

This slot is read-only.

Slot: doc-freq
Slot: skip-doc
Slot: skip-count
Slot: num-skips
Slot: prox-pointer
Slot: freq-pointer
Slot: skip-pointer
Slot: have-skipped
Slot: skip-stream
Slot: doc
Initform

0

Readers

doc.

Writers

This slot is read-only.

Class: segment-term-doc-pos-enum
Package

montezuma.

Source

term-doc-enum.lisp.

Direct superclasses

segment-term-doc-enum.

Direct methods
Direct slots
Slot: prox-stream
Readers

prox-stream.

Writers

This slot is read-only.

Slot: prox-count
Slot: freq
Readers

freq.

Writers

This slot is read-only.

Slot: position
Package

common-lisp.

Initform

-1

Class: segment-term-enum
Package

montezuma.

Source

segment-term-enum.lisp.

Direct superclasses

term-enum.

Direct methods
Direct slots
Slot: input
Initargs

:input

Slot: field-infos
Initargs

:field-infos

Slot: is-index
Initargs

:is-index

Slot: position
Package

common-lisp.

Initform

-1

Readers

pos.

Writers

This slot is read-only.

Slot: term-buffer
Initform

(make-instance (quote montezuma::term-buffer))

Readers

term-buffer.

Writers

This slot is read-only.

Slot: prev-buffer
Initform

(make-instance (quote montezuma::term-buffer))

Slot: term-info
Initform

(make-instance (quote montezuma::term-info))

Slot: index-pointer
Initform

0

Readers

index-pointer.

Writers

This slot is read-only.

Slot: format
Package

common-lisp.

Slot: size
Readers

size.

Writers

This slot is read-only.

Slot: index-interval
Readers

index-interval.

Writers

This slot is read-only.

Slot: skip-interval
Readers

skip-interval.

Writers

This slot is read-only.

Class: segment-term-vector
Package

montezuma.

Source

segment-term-vector.lisp.

Direct methods
Direct slots
Slot: field
Initargs

:field

Readers

field.

Writers

This slot is read-only.

Slot: terms
Initargs

:terms

Readers

terms.

Writers

This slot is read-only.

Slot: term-frequencies
Initargs

:term-frequencies

Readers

term-frequencies.

Writers

This slot is read-only.

Slot: positions
Initargs

:positions

Readers

positions.

Writers

This slot is read-only.

Slot: offsets
Initargs

:offsets

Readers

offsets.

Writers

This slot is read-only.

Class: sequence-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

grammar.

Direct subclasses
Direct methods
Direct slots
Slot: sub-grammars
Initargs

:sub-grammars

Readers

sub-grammars.

Writers

This slot is read-only.

Class: similarity
Package

montezuma.

Source

similarity.lisp.

Direct subclasses

default-similarity.

Direct methods
Direct Default Initargs
InitargValue
:coord-function(quote coord-function-not-implemented)
Direct slots
Slot: default-similarity-class
Allocation

:class

Initform

(quote montezuma::default-similarity)

Readers

default-similarity-class.

Writers

(setf default-similarity-class).

Slot: coord-function
Initargs

:coord-function

Readers

coord-function.

Writers

(setf coord-function).

Class: simple-field-comparator
Package

montezuma.

Source

score-doc-comparator.lisp.

Direct superclasses

score-doc-comparator.

Direct subclasses

special-field-comparator.

Direct methods
Direct slots
Slot: index
Initargs

:index

Readers

index.

Writers

This slot is read-only.

Slot: sort-type
Initargs

:sort-type

Readers

sort-type.

Writers

(setf sort-type).

Class: single-match-scorer
Package

montezuma.

Source

boolean-scorer.lisp.

Direct superclasses

scorer.

Direct methods
Direct slots
Slot: parent-scorer
Initargs

:parent-scorer

Slot: scorer
Initargs

:scorer

Class: sloppy-phrase-scorer
Package

montezuma.

Source

sloppy-phrase-scorer.lisp.

Direct superclasses

phrase-scorer.

Direct methods

phrase-freq.

Direct slots
Slot: slop
Initargs

:slop

Class: sort
Package

montezuma.

Source

sort.lisp.

Direct methods
Direct Default Initargs
InitargValue
:fields(list *field-score* *field-doc*)
:reverse-pnil
Direct slots
Slot: fields
Initargs

:fields

Readers

fields.

Writers

(setf fields).

Slot: reverse-p
Initargs

:reverse-p

Class: sort-field
Package

montezuma.

Source

sort-field.lisp.

Direct methods

initialize-instance.

Direct Default Initargs
InitargValue
:sort-type*auto-sorter*
:reverse-pnil
Direct slots
Slot: name
Initargs

:name

Slot: sort-type
Initargs

:sort-type

Slot: reverse-p
Initargs

:reverse-p

Slot: comparator
Initargs

:comparator

Class: sort-type
Package

montezuma.

Source

sort-field.lisp.

Direct methods
Direct Default Initargs
InitargValue
:parser(function string)
Direct slots
Slot: name
Initargs

:name

Slot: parser
Initargs

:parser

Slot: comparator
Initargs

:comparator

Readers

comparator.

Writers

This slot is read-only.

Slot: reverse-p
Readers

reverse-p.

Writers

This slot is read-only.

Class: special-field-comparator
Package

montezuma.

Source

score-doc-comparator.lisp.

Direct superclasses

simple-field-comparator.

Direct methods
Direct slots
Slot: comparator
Initargs

:comparator

Readers

comparator.

Writers

This slot is read-only.

Class: standard-tokenizer
Package

montezuma.

Source

standard-tokenizer.lisp.

Direct superclasses

regexp-tokenizer.

Direct methods
Class: star-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

composite-grammar.

Direct methods

code.

Class: stop-analyzer
Package

montezuma.

Source

analyzers.lisp.

Direct superclasses

analyzer.

Direct subclasses

standard-analyzer.

Direct methods

token-stream.

Direct Default Initargs
InitargValue
:stop-words*english-stop-words*
Direct slots
Slot: stop-words

A list of words the analyzer should skip.

Initargs

:stop-words

Class: stop-filter
Package

montezuma.

Source

token-filters.lisp.

Direct superclasses

token-filter.

Direct methods
Direct slots
Slot: stop-set
Initform

(quote nil)

Initargs

:stop-set

Class: string-field-comparator
Package

montezuma.

Source

score-doc-comparator.lisp.

Direct superclasses

score-doc-comparator.

Direct methods
Class: string-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

literal-value-grammar.

Direct methods
Class: term-buffer
Package

montezuma.

Source

term-buffer.lisp.

Direct methods
Direct slots
Slot: text-buf
Initform

(montezuma::make-adjustable-string 0)

Slot: text-length
Initform

-1

Readers

text-length.

Writers

This slot is read-only.

Slot: field
Readers

field.

Writers

This slot is read-only.

Slot: term
Slot: text-cache
Class: term-doc-enum
Package

montezuma.

Source

term-doc-enum.lisp.

Direct subclasses
Direct methods

skip-to.

Class: term-enum
Package

montezuma.

Source

term-enum.lisp.

Direct subclasses
Direct methods
Class: term-info
Package

montezuma.

Source

term-info.lisp.

Direct methods
Direct Default Initargs
InitargValue
:doc-freq0
:freq-pointer0
:prox-pointer0
:skip-offset0
Direct slots
Slot: doc-freq
Initargs

:doc-freq

Readers

doc-freq.

Writers

(setf doc-freq).

Slot: freq-pointer
Initargs

:freq-pointer

Readers

freq-pointer.

Writers

(setf freq-pointer).

Slot: prox-pointer
Initargs

:prox-pointer

Readers

prox-pointer.

Writers

(setf prox-pointer).

Slot: skip-offset
Initargs

:skip-offset

Readers

skip-offset.

Writers

(setf skip-offset).

Class: term-infos-reader
Package

montezuma.

Source

term-infos-io.lisp.

Direct methods
Direct slots
Slot: directory
Initargs

:directory

Slot: segment
Initargs

:segment

Slot: field-infos
Initargs

:field-infos

Slot: orig-enum
Slot: size
Readers

size.

Writers

This slot is read-only.

Slot: skip-interval
Readers

skip-interval.

Writers

This slot is read-only.

Slot: index-enum
Slot: index-terms
Slot: index-infos
Slot: index-pointers
Slot: cached-term-enum
Class: term-infos-writer
Package

montezuma.

Source

term-infos-io.lisp.

Direct methods
Direct Default Initargs
InitargValue
:is-indexnil
Direct slots
Slot: index-interval
Initargs

:interval

Slot: skip-interval
Initform

16

Readers

skip-interval.

Writers

This slot is read-only.

Slot: last-index-pointer
Initform

0

Slot: last-term
Initform

(montezuma:make-term "" "")

Slot: last-term-info
Initform

(make-instance (quote montezuma::term-info))

Slot: size
Initform

0

Readers

size.

Writers

This slot is read-only.

Slot: is-index
Initargs

:is-index

Slot: field-infos
Initargs

:field-infos

Slot: out
Readers

out.

Writers

This slot is read-only.

Slot: other
Readers

other.

Writers

(setf other).

Class: term-positions-queue
Package

montezuma.

Source

multiple-term-doc-pos-enum.lisp.

Direct superclasses

priority-queue.

Direct methods
Direct Default Initargs
InitargValue
:max-size1
Class: term-scorer
Package

montezuma.

Source

term-scorer.lisp.

Direct superclasses

scorer.

Direct methods
Direct slots
Slot: document
Initform

0

Readers

document.

Writers

This slot is read-only.

Slot: documents
Initform

(montezuma::make-term-scorer-array)

Readers

documents.

Writers

This slot is read-only.

Slot: freqs
Initform

(montezuma::make-term-scorer-array)

Readers

freqs.

Writers

This slot is read-only.

Slot: pointer
Initform

0

Readers

pointer.

Writers

(setf pointer).

Slot: pointer-max
Initform

0

Readers

pointer-max.

Writers

(setf pointer-max).

Slot: score-cache
Initform

(montezuma::make-term-scorer-array)

Readers

score-cache.

Writers

(setf score-cache).

Slot: weight
Initargs

:weight

Slot: term-docs
Initargs

:term-docs

Readers

term-docs.

Writers

This slot is read-only.

Slot: norms
Initargs

:norms

Readers

norms.

Writers

This slot is read-only.

Slot: weight-value
Readers

weight-value.

Writers

This slot is read-only.

Class: term-vector-offset-info
Package

montezuma.

Source

term-vector-offset-info.lisp.

Direct methods
Direct slots
Slot: start-offset
Initargs

:start-offset

Readers

start-offset.

Writers

This slot is read-only.

Slot: end-offset
Initargs

:end-offset

Readers

end-offset.

Writers

This slot is read-only.

Class: term-vectors-reader
Package

montezuma.

Source

term-vectors-io.lisp.

Direct methods
Direct slots
Slot: field-infos
Initargs

:field-infos

Slot: tvx
Slot: tvd
Slot: tvd-format
Slot: tvf
Slot: tvf-format
Slot: size
Readers

size.

Writers

This slot is read-only.

Class: term-vectors-writer
Package

montezuma.

Source

term-vectors-io.lisp.

Direct methods
Direct slots
Slot: current-field
Slot: current-doc-pointer
Initform

-1

Slot: tvx
Slot: tvd
Slot: tvf
Slot: field-infos
Initargs

:field-infos

Slot: fields
Initform

(make-array 0 :adjustable t :fill-pointer t)

Slot: terms
Initform

(make-array 0 :adjustable t :fill-pointer t)

Class: term-weight
Package

montezuma.

Source

term-query.lisp.

Direct superclasses

weight.

Direct methods
Direct slots
Slot: value
Initform

0

Readers

value.

Writers

(setf value).

Slot: query
Initargs

:query

Readers

query.

Writers

This slot is read-only.

Slot: query-weight
Readers

query-weight.

Writers

(setf query-weight).

Slot: similarity
Readers

similarity.

Writers

(setf similarity).

Slot: term-idf
Readers

term-idf.

Writers

(setf term-idf).

Slot: term-query-norm
Readers

term-query-norm.

Writers

(setf term-query-norm).

Class: token
Package

montezuma.parser.

Source

parser.lisp.

Direct methods
Direct slots
Slot: kind
Initargs

:kind

Readers

kind.

Writers

(setf kind).

Slot: value
Initargs

:value

Readers

value.

Writers

(setf value).

Class: token-filter
Package

montezuma.

Source

token-filters.lisp.

Direct superclasses

token-stream.

Direct subclasses
Direct methods

close.

Direct slots
Slot: input
Initargs

:input

Class: token-match-grammar
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

grammar.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Class: token-parser
Package

montezuma.parser.

Source

parser.lisp.

Direct superclasses

parser.

Direct methods
Class: token-stream
Package

montezuma.

Source

token-stream.lisp.

Direct subclasses
Class: tokenizer
Package

montezuma.

Source

tokenizers.lisp.

Direct superclasses

token-stream.

Direct subclasses

regexp-tokenizer.

Direct methods

close.

Direct slots
Slot: input
Initargs

:input

Class: top-docs
Package

montezuma.

Source

top-docs.lisp.

Direct methods
Direct slots
Slot: score-docs
Initargs

:score-docs

Readers

score-docs.

Writers

(setf score-docs).

Slot: total-hits
Initform

0

Initargs

:total-hits

Readers

total-hits.

Writers

(setf total-hits).

Slot: fields
Initform

"?? sortfield::field_score"

Initargs

:fields

Readers

fields.

Writers

(setf fields).

Class: tv-term
Package

montezuma.

Source

term-vectors-io.lisp.

Direct methods
Direct slots
Slot: term-text
Initargs

:term-text

Readers

term-text.

Writers

This slot is read-only.

Slot: freq
Initargs

:freq

Readers

freq.

Writers

This slot is read-only.

Slot: positions
Initargs

:positions

Readers

positions.

Writers

This slot is read-only.

Slot: offsets
Initargs

:offsets

Readers

offsets.

Writers

This slot is read-only.

Class: whitespace-tokenizer
Package

montezuma.

Source

tokenizers.lisp.

Direct superclasses

regexp-tokenizer.

Direct methods

token-regexp.

Class: wildcard-query
Package

montezuma.

Source

wildcard-query.lisp.

Direct superclasses

multi-term-query.

Direct methods

get-term-enum.

Class: wildcard-term-enum
Package

montezuma.

Source

wildcard-term-enum.lisp.

Direct superclasses

filtered-term-enum.

Direct methods
Direct slots
Slot: end-enum
Readers

end-enum.

Writers

This slot is read-only.

Slot: search-term
Initargs

:search-term

Slot: field
Slot: pre
Slot: pre-len
Slot: pattern

6.2.9 Types

Type: any-letter ()
Package

montezuma.

Source

query-parser.lisp.

Type: index-option ()
Package

montezuma.

Source

index.lisp.

Type: index-options-list ()
Package

montezuma.

Source

index.lisp.

Type: non-wild-letter ()
Package

montezuma.

Source

query-parser.lisp.

Type: white-space ()
Package

montezuma.

Source

query-parser.lisp.

Type: wild-letter ()
Package

montezuma.

Source

query-parser.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   $   %   (   <  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   Q   R   S   T   U   V   W  
Index Entry  Section

$
$add-and-clause: Private generic functions
$add-and-clause: Private generic functions
$add-default-clause: Private generic functions
$add-default-clause: Private generic functions
$add-or-clause: Private generic functions
$add-or-clause: Private generic functions
$add-word-to-phrase: Private generic functions
$add-word-to-phrase: Private generic functions
$get-boolean-clause: Private generic functions
$get-boolean-clause: Private generic functions
$get-boolean-query: Private generic functions
$get-boolean-query: Private generic functions
$get-phrase-query: Private generic functions
$get-phrase-query: Private generic functions
$get-term-query: Private generic functions
$get-term-query: Private generic functions
$get-wild-query: Private generic functions
$get-wild-query: Private generic functions
$set-query-field: Private generic functions
$set-query-field: Private generic functions

%
%term-field: Private ordinary functions
%term-text: Private ordinary functions

(
(setf %term-field): Private ordinary functions
(setf %term-text): Private ordinary functions
(setf boost): Private generic functions
(setf boost): Private generic functions
(setf boost): Private generic functions
(setf boost): Private generic functions
(setf buffers): Private generic functions
(setf buffers): Private generic functions
(setf bytes): Private generic functions
(setf bytes): Private generic functions
(setf clauses): Private generic functions
(setf clauses): Private generic functions
(setf coord-function): Private generic functions
(setf coord-function): Private generic functions
(setf counter): Private generic functions
(setf counter): Private generic functions
(setf data-offset): Private generic functions
(setf data-offset): Private generic functions
(setf default-similarity-class): Private generic functions
(setf default-similarity-class): Private generic functions
(setf dir-offset): Private generic functions
(setf dir-offset): Private generic functions
(setf directory): Private generic functions
(setf directory): Private generic functions
(setf directory): Private generic functions
(setf dirty-p): Private generic functions
(setf dirty-p): Private generic functions
(setf doc): Public generic functions
(setf doc): Public generic functions
(setf doc-count): Private generic functions
(setf doc-count): Private generic functions
(setf doc-freq): Private generic functions
(setf doc-freq): Private generic functions
(setf document-value): Public generic functions
(setf document-value): Public generic functions
(setf document-values): Private generic functions
(setf document-values): Private generic functions
(setf enum): Private generic functions
(setf enum): Private generic functions
(setf field-binary-p): Private generic functions
(setf field-binary-p): Private generic functions
(setf field-compressed-p): Private generic functions
(setf field-compressed-p): Private generic functions
(setf field-data): Public generic functions
(setf field-data): Public generic functions
(setf field-index): Private generic functions
(setf field-index): Private generic functions
(setf field-indexed-p): Private generic functions
(setf field-indexed-p): Private generic functions
(setf field-indexed-p): Private generic functions
(setf field-name): Private generic functions
(setf field-name): Private generic functions
(setf field-number): Private generic functions
(setf field-number): Private generic functions
(setf field-omit-norms-p): Private generic functions
(setf field-omit-norms-p): Private generic functions
(setf field-omit-norms-p): Private generic functions
(setf field-store-offsets-p): Private generic functions
(setf field-store-offsets-p): Private generic functions
(setf field-store-offsets-p): Private generic functions
(setf field-store-positions-p): Private generic functions
(setf field-store-positions-p): Private generic functions
(setf field-store-positions-p): Private generic functions
(setf field-store-term-vector): Private generic functions
(setf field-store-term-vector): Private generic functions
(setf field-store-term-vector-p): Private generic functions
(setf field-store-term-vector-p): Private generic functions
(setf field-store-term-vector-p): Private generic functions
(setf field-stored): Private generic functions
(setf field-stored): Private generic functions
(setf field-stored-p): Private generic functions
(setf field-stored-p): Private generic functions
(setf field-tokenized-p): Private generic functions
(setf field-tokenized-p): Private generic functions
(setf fields): Private generic functions
(setf fields): Private generic functions
(setf fields): Private generic functions
(setf fields): Private generic functions
(setf file-name): Private generic functions
(setf file-name): Private generic functions
(setf first-time-p): Private generic functions
(setf first-time-p): Private generic functions
(setf freq): Private generic functions
(setf freq): Private generic functions
(setf freq): Private generic functions
(setf freq-pointer): Private generic functions
(setf freq-pointer): Private generic functions
(setf get-index-option): Private ordinary functions
(setf info-stream): Private generic functions
(setf info-stream): Private generic functions
(setf info-stream): Private generic functions
(setf kind): Private generic functions
(setf kind): Private generic functions
(setf max-clause-count): Private generic functions
(setf max-clause-count): Private generic functions
(setf max-coord): Private generic functions
(setf max-coord): Private generic functions
(setf max-merge-docs): Private generic functions
(setf max-merge-docs): Private generic functions
(setf merge-factor): Private generic functions
(setf merge-factor): Private generic functions
(setf min-merge-docs): Private generic functions
(setf min-merge-docs): Private generic functions
(setf more-p): Private generic functions
(setf more-p): Private generic functions
(setf mtime): Private generic functions
(setf mtime): Private generic functions
(setf next): Private generic functions
(setf next): Private generic functions
(setf num-matchers): Private generic functions
(setf num-matchers): Private generic functions
(setf occur): Private generic functions
(setf occur): Private generic functions
(setf occur): Private generic functions
(setf other): Private generic functions
(setf other): Private generic functions
(setf pointer): Private generic functions
(setf pointer): Private generic functions
(setf pointer-max): Private generic functions
(setf pointer-max): Private generic functions
(setf prox-pointer): Private generic functions
(setf prox-pointer): Private generic functions
(setf query): Private generic functions
(setf query): Private generic functions
(setf query-weight): Private generic functions
(setf query-weight): Private generic functions
(setf reader): Public generic functions
(setf reader): Public generic functions
(setf score): Public generic functions
(setf score): Public generic functions
(setf score-cache): Private generic functions
(setf score-cache): Private generic functions
(setf score-docs): Private generic functions
(setf score-docs): Private generic functions
(setf segment-info): Private generic functions
(setf segment-info): Private generic functions
(setf segment-info-name): Private generic functions
(setf segment-info-name): Private generic functions
(setf similarity): Private generic functions
(setf similarity): Private generic functions
(setf similarity): Private generic functions
(setf similarity): Private generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf skip-offset): Private generic functions
(setf skip-offset): Private generic functions
(setf slop): Private generic functions
(setf slop): Private generic functions
(setf sort-type): Private generic functions
(setf sort-type): Private generic functions
(setf table-entries): Private ordinary functions
(setf table-test): Private ordinary functions
(setf table-value): Private generic functions
(setf table-value): Private generic functions
(setf term): Private generic functions
(setf term): Private generic functions
(setf term-field): Private generic functions
(setf term-field): Private generic functions
(setf term-idf): Private generic functions
(setf term-idf): Private generic functions
(setf term-info): Private generic functions
(setf term-info): Private generic functions
(setf term-query-norm): Private generic functions
(setf term-query-norm): Private generic functions
(setf term-text): Private generic functions
(setf term-text): Private generic functions
(setf token-end): Private ordinary functions
(setf token-image): Public ordinary functions
(setf token-increment): Private ordinary functions
(setf token-start): Private ordinary functions
(setf token-type): Private ordinary functions
(setf tokens): Private generic functions
(setf tokens): Private generic functions
(setf total-hits): Private generic functions
(setf total-hits): Private generic functions
(setf tv-field-number): Private ordinary functions
(setf tv-field-store-offsets): Private ordinary functions
(setf tv-field-store-positions): Private ordinary functions
(setf tv-field-tvf-pointer): Private ordinary functions
(setf value): Private generic functions
(setf value): Private generic functions
(setf value): Private generic functions
(setf value): Private generic functions
(setf value): Private generic functions
(setf weights): Private generic functions
(setf weights): Private generic functions

<
<=>: Private generic functions
<=>: Private generic functions
<=>: Private generic functions

A
add: Private generic functions
add: Private generic functions
add-all-doc-vectors: Private generic functions
add-all-doc-vectors: Private generic functions
add-clause: Private generic functions
add-clause: Private generic functions
add-doc-fields: Private generic functions
add-doc-fields: Private generic functions
add-document: Public generic functions
add-document: Public generic functions
add-document-to-index: Public generic functions
add-document-to-index: Public generic functions
add-document-to-index-writer: Public generic functions
add-document-to-index-writer: Public generic functions
add-document-to-writer: Private generic functions
add-document-to-writer: Private generic functions
add-field: Public generic functions
add-field: Public generic functions
add-field-info: Private generic functions
add-field-info: Private generic functions
add-field-internal: Private generic functions
add-field-internal: Private generic functions
add-fields: Private generic functions
add-fields: Private generic functions
add-file: Private generic functions
add-file: Private generic functions
add-file-extension: Private ordinary functions
add-indexed: Private generic functions
add-indexed: Private generic functions
add-indexes: Private generic functions
add-indexes: Private generic functions
add-indexes: Private generic functions
add-indexes-readers: Private generic functions
add-indexes-readers: Private generic functions
add-position: Private generic functions
add-position: Private generic functions
add-query: Public generic functions
add-query: Public generic functions
add-reader: Private generic functions
add-reader: Private generic functions
add-scorer: Private generic functions
add-scorer: Private generic functions
add-segment-info: Private generic functions
add-segment-info: Private generic functions
add-term: Private generic functions
add-term: Private generic functions
add-term-internal: Private generic functions
add-term-internal: Private generic functions
add-term-to-query: Private generic functions
add-term-to-query: Private generic functions
add-term-to-term-vectors-writer: Private generic functions
add-term-to-term-vectors-writer: Private generic functions
adjust-top: Private generic functions
adjust-top: Private generic functions
advance-after-current: Private generic functions
advance-after-current: Private generic functions
all-fields: Private generic functions
all-fields: Private generic functions
all-tokens: Public generic functions
all-tokens: Public generic functions
analyzer: Public generic functions
analyzer: Public generic functions
analyzer: Public generic functions
analyzer: Public generic functions
append-pipes: Private ordinary functions
append-postings: Private generic functions
append-postings: Private generic functions

B
base: Private generic functions
base: Private generic functions
base: Private generic functions
binary-value: Private generic functions
binary-value: Private generic functions
bit-set-p: Private ordinary functions
bit-vector-count: Private ordinary functions
bits: Private generic functions
boost: Private generic functions
boost: Private generic functions
boost: Private generic functions
boost: Private generic functions
buffer-size: Private generic functions
buffer-size: Private generic functions
buffer-size: Private generic functions
buffer-skip: Private generic functions
buffer-skip: Private generic functions
buffers: Private generic functions
buffers: Private generic functions
byte315-to-float: Private ordinary functions
bytes: Private generic functions
bytes: Private generic functions
bytes-to-string: Private ordinary functions

C
check-valid-format: Private generic functions
check-valid-format: Private generic functions
class-slots: Private ordinary functions
clauses: Private generic functions
clauses: Private generic functions
clear: Private generic functions
clear: Private generic functions
clear-bit: Private ordinary functions
clear-fs-directory-cache: Private ordinary functions
clone: Private ordinary functions
clone-object: Private generic functions
clone-object: Private generic functions
clone-object: Private generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close: Public generic functions
close-document: Private generic functions
close-document: Private generic functions
close-field: Private generic functions
close-field: Private generic functions
close-norms: Private generic functions
close-norms: Private generic functions
close-readers: Private generic functions
close-readers: Private generic functions
clrtable: Private generic functions
clrtable: Private generic functions
clrtable: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
code: Private generic functions
combine: Private generic functions
combine-multiple-fields: Private ordinary functions
commit: Public generic functions
commit: Public generic functions
comparator: Private generic functions
comparator: Private generic functions
comparator: Private generic functions
compare: Private generic functions
compare: Private generic functions
compare: Private generic functions
compare: Private generic functions
compress: Private ordinary functions
compute-multiple-fields: Private generic functions
compute-multiple-fields: Private generic functions
consonantp: Private ordinary functions
convert-alist-to-table: Private ordinary functions
coord: Private generic functions
coord: Private generic functions
coord-disabled-function: Private ordinary functions
coord-disabled?: Private generic functions
coord-disabled?: Private generic functions
coord-factor: Private generic functions
coord-factor: Private generic functions
coord-function: Private generic functions
coord-function: Private generic functions
coord-function-not-implemented: Private ordinary functions
coordinator: Private generic functions
coordinator: Private generic functions
copy-file: Private generic functions
copy-file: Private generic functions
copy-table: Private ordinary functions
copy-term: Private ordinary functions
copy-token: Private ordinary functions
copy-tv-field: Private ordinary functions
count: Private generic functions
count: Private generic functions
counter: Private generic functions
counter: Private generic functions
counting-conjunction-sum-scorer: Private generic functions
counting-conjunction-sum-scorer: Private generic functions
counting-disjunction-sum-scorer: Private generic functions
counting-disjunction-sum-scorer: Private generic functions
create-compound-file: Private generic functions
create-compound-file: Private generic functions
create-fake-norms: Private ordinary functions
create-field: Private generic functions
create-field: Private generic functions
create-output: Private generic functions
create-output: Private generic functions
create-output: Private generic functions
create-output: Private generic functions
create-weight: Private generic functions
create-weight: Private generic functions
create-weight: Private generic functions
create-weight: Private generic functions
create-weight: Private generic functions
create-weight: Private generic functions
current: Private generic functions
current: Private generic functions
cvc: Private ordinary functions

D
data-offset: Private generic functions
data-offset: Private generic functions
default-coord-function: Private ordinary functions
default-similarity-class: Private generic functions
default-similarity-class: Private generic functions
defchartype: Public macros
deflexer: Public macros
defparser: Public macros
defprod: Public macros
delete-at: Private generic functions
delete-at: Private generic functions
delete-docs-with-term: Private generic functions
delete-docs-with-term: Private generic functions
delete-document: Public generic functions
delete-document: Public generic functions
delete-document: Public generic functions
delete-file: Private generic functions
delete-file: Private generic functions
delete-file: Private generic functions
delete-file: Private generic functions
delete-files: Private generic functions
delete-files: Private generic functions
delete-files-and-write-undeletable: Private generic functions
delete-files-and-write-undeletable: Private generic functions
delete-segments: Private generic functions
delete-segments: Private generic functions
deleted-docs: Private generic functions
deleted-docs: Private generic functions
deleted-docs: Private generic functions
deleted-p: Private generic functions
deleted-p: Private generic functions
deleted-p: Private generic functions
deleted-p: Private generic functions
difference: Private generic functions
difference: Private generic functions
dir-offset: Private generic functions
dir-offset: Private generic functions
directory: Private generic functions
directory: Private generic functions
directory: Private generic functions
directory: Private generic functions
dirty-p: Private generic functions
dirty-p: Private generic functions
disallowed-punctuation-p: Private ordinary functions
do-close: Private generic functions
do-close: Private generic functions
do-close: Private generic functions
do-commit: Private generic functions
do-commit: Private generic functions
do-commit: Private generic functions
do-delete: Private generic functions
do-delete: Private generic functions
do-delete: Private generic functions
do-files: Private macros
do-init: Private generic functions
do-init: Private generic functions
do-multiple-fields: Private macros
do-next: Private generic functions
do-next: Private generic functions
do-next: Private generic functions
do-range: Private macros
do-search: Private generic functions
do-search: Private generic functions
do-seek: Private generic functions
do-seek: Private generic functions
do-seek: Private generic functions
do-set-norm: Private generic functions
do-set-norm: Private generic functions
do-set-norm: Private generic functions
do-sort: Private generic functions
do-sort: Private generic functions
do-undelete-all: Private generic functions
do-undelete-all: Private generic functions
do-undelete-all: Private generic functions
doc: Public generic functions
doc: Public generic functions
doc: Public generic functions
doc: Public generic functions
doc: Public generic functions
doc-count: Private generic functions
doc-count: Private generic functions
doc-freq: Private generic functions
doc-freq: Private generic functions
doc-freq: Private generic functions
doc-freq: Private generic functions
doc-freq: Private generic functions
doc-map: Private generic functions
doc-map: Private generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document: Public generic functions
document-binaries: Private generic functions
document-binaries: Private generic functions
document-count: Private generic functions
document-count: Private generic functions
document-count: Private generic functions
document-deleted-p: Private generic functions
document-field: Public generic functions
document-field: Public generic functions
document-fields: Private generic functions
document-fields: Private generic functions
document-open-p: Private generic functions
document-open-p: Private generic functions
document-value: Public generic functions
document-value: Public generic functions
document-values: Private generic functions
document-values: Private generic functions
documents: Private generic functions
documents: Private generic functions
dosequence: Private macros
doublec: Private ordinary functions
dump-tokens: Private ordinary functions

E
each: Public generic functions
each: Public generic functions
each: Public generic functions
each: Public generic functions
each-hit: Public generic functions
each-hit: Public generic functions
each-hit: Public generic functions
each-hit: Public generic functions
each-hit-up-to: Private generic functions
each-hit-up-to: Private generic functions
each-hit-up-to: Private generic functions
emit-parser-body: Private generic functions
emit-parser-body: Private generic functions
emit-production-function: Private generic functions
emit-production-function: Private generic functions
emit-production-function: Private generic functions
end-enum: Private generic functions
end-enum: Private generic functions
end-offset: Private generic functions
end-offset: Private generic functions
ends: Private ordinary functions
ensure-index-is-read: Private generic functions
ensure-index-is-read: Private generic functions
ensure-reader-open: Private generic functions
ensure-reader-open: Private generic functions
ensure-searcher-open: Private generic functions
ensure-searcher-open: Private generic functions
ensure-text-buf-length: Private generic functions
ensure-text-buf-length: Private generic functions
ensure-writer-open: Private generic functions
ensure-writer-open: Private generic functions
entry-count: Private generic functions
entry-count: Private generic functions
enum: Private generic functions
enum: Private generic functions
enumerate: Private ordinary functions
explain-score: Private generic functions
explain-score: Private generic functions
extend-buffer-if-necessary: Private generic functions
extend-buffer-if-necessary: Private generic functions
extract-terms: Private generic functions
extract-terms: Private generic functions

F
fake-norms: Private generic functions
fake-norms: Private generic functions
fake-norms: Private generic functions
field: Public generic functions
field: Public generic functions
field: Public generic functions
field: Public generic functions
field: Public generic functions
field-binary-p: Private generic functions
field-binary-p: Private generic functions
field-compressed-p: Private generic functions
field-compressed-p: Private generic functions
field-count: Private generic functions
field-count: Private generic functions
field-data: Public generic functions
field-data: Public generic functions
field-indexed-p: Private generic functions
field-indexed-p: Private generic functions
field-indexed-p: Private generic functions
field-infos: Private generic functions
field-infos: Private generic functions
field-name: Private generic functions
field-name: Private generic functions
field-name: Private generic functions
field-number: Private generic functions
field-number: Private generic functions
field-omit-norms-p: Private generic functions
field-omit-norms-p: Private generic functions
field-omit-norms-p: Private generic functions
field-open-p: Private generic functions
field-open-p: Private generic functions
field-store-offsets-p: Private generic functions
field-store-offsets-p: Private generic functions
field-store-offsets-p: Private generic functions
field-store-positions-p: Private generic functions
field-store-positions-p: Private generic functions
field-store-positions-p: Private generic functions
field-store-term-vector-p: Private generic functions
field-store-term-vector-p: Private generic functions
field-store-term-vector-p: Private generic functions
field-stored-p: Private generic functions
field-stored-p: Private generic functions
field-tokenized-p: Private generic functions
field-tokenized-p: Private generic functions
fields: Private generic functions
fields: Private generic functions
fields: Private generic functions
fields: Private generic functions
fields: Private generic functions
file-count: Private generic functions
file-count: Private generic functions
file-count: Private generic functions
file-exists-p: Private generic functions
file-exists-p: Private generic functions
file-exists-p: Private generic functions
file-exists-p: Private generic functions
file-name: Private generic functions
file-name: Private generic functions
file-name: Private generic functions
file-names: Private generic functions
file-names: Private generic functions
file-size: Private generic functions
file-size: Private generic functions
file-size: Private generic functions
file-size: Private generic functions
files: Private generic functions
files: Private generic functions
files: Private generic functions
files: Private generic functions
filter-pipe: Private ordinary functions
first-index: Private generic functions
first-index: Private generic functions
first-position: Private generic functions
first-position: Private generic functions
first-scorer: Private generic functions
first-scorer: Private generic functions
first-time-p: Private generic functions
first-time-p: Private generic functions
first-time-p: Private generic functions
first-to-last: Private generic functions
first-to-last: Private generic functions
float-to-byte315: Private ordinary functions
float-to-raw-int-bits: Private ordinary functions
flush: Public generic functions
flush: Public generic functions
flush: Public generic functions
flush-buffer: Private generic functions
flush-buffer: Private generic functions
flush-buffer: Private generic functions
flush-ram-segments: Private generic functions
flush-ram-segments: Private generic functions
force: Private ordinary functions
form: Private generic functions
form: Private generic functions
freq: Private generic functions
freq: Private generic functions
freq: Private generic functions
freq: Private generic functions
freq: Private generic functions
freq: Private generic functions
freq: Private generic functions
freq: Private generic functions
freq-pointer: Private generic functions
freq-pointer: Private generic functions
freq-pointer: Private generic functions
freq-stream: Private generic functions
freq-stream: Private generic functions
freq-stream: Private generic functions
freqs: Private generic functions
freqs: Private generic functions
full-path-for-file: Private generic functions
full-path-for-file: Private generic functions
Function, %term-field: Private ordinary functions
Function, %term-text: Private ordinary functions
Function, (setf %term-field): Private ordinary functions
Function, (setf %term-text): Private ordinary functions
Function, (setf table-entries): Private ordinary functions
Function, (setf table-test): Private ordinary functions
Function, (setf token-end): Private ordinary functions
Function, (setf token-image): Public ordinary functions
Function, (setf token-increment): Private ordinary functions
Function, (setf token-start): Private ordinary functions
Function, (setf token-type): Private ordinary functions
Function, (setf tv-field-number): Private ordinary functions
Function, (setf tv-field-store-offsets): Private ordinary functions
Function, (setf tv-field-store-positions): Private ordinary functions
Function, (setf tv-field-tvf-pointer): Private ordinary functions
Function, add-file-extension: Private ordinary functions
Function, append-pipes: Private ordinary functions
Function, bit-set-p: Private ordinary functions
Function, bit-vector-count: Private ordinary functions
Function, byte315-to-float: Private ordinary functions
Function, bytes-to-string: Private ordinary functions
Function, class-slots: Private ordinary functions
Function, clear-bit: Private ordinary functions
Function, clear-fs-directory-cache: Private ordinary functions
Function, clone: Private ordinary functions
Function, combine-multiple-fields: Private ordinary functions
Function, compress: Private ordinary functions
Function, consonantp: Private ordinary functions
Function, convert-alist-to-table: Private ordinary functions
Function, coord-disabled-function: Private ordinary functions
Function, coord-function-not-implemented: Private ordinary functions
Function, copy-table: Private ordinary functions
Function, copy-term: Private ordinary functions
Function, copy-token: Private ordinary functions
Function, copy-tv-field: Private ordinary functions
Function, create-fake-norms: Private ordinary functions
Function, cvc: Private ordinary functions
Function, default-coord-function: Private ordinary functions
Function, disallowed-punctuation-p: Private ordinary functions
Function, doublec: Private ordinary functions
Function, dump-tokens: Private ordinary functions
Function, ends: Private ordinary functions
Function, enumerate: Private ordinary functions
Function, filter-pipe: Private ordinary functions
Function, float-to-byte315: Private ordinary functions
Function, float-to-raw-int-bits: Private ordinary functions
Function, force: Private ordinary functions
Function, get-index-option: Private ordinary functions
Function, get-segment-reader: Private ordinary functions
Function, heap-extract: Private ordinary functions
Function, heap-extract-maximum: Private ordinary functions
Function, heap-insert: Private ordinary functions
Function, heap-left: Private ordinary functions
Function, heap-maximum: Private ordinary functions
Function, heap-parent: Private ordinary functions
Function, heap-right: Private ordinary functions
Function, heap-size: Private ordinary functions
Function, heapify: Private ordinary functions
Function, index-options-list-p: Private ordinary functions
Function, inject: Private ordinary functions
Function, int-bits-to-float: Private ordinary functions
Function, length-1-list-p: Private ordinary functions
Function, load-word-list: Private ordinary functions
Function, m: Private ordinary functions
Function, make-adjustable-string: Private ordinary functions
Function, make-binary-field: Private ordinary functions
Function, make-bit-vector: Private ordinary functions
Function, make-default-similarity: Private ordinary functions
Function, make-document: Private ordinary functions
Function, make-field: Public ordinary functions
Function, make-fs-directory: Public ordinary functions
Function, make-scorers-array: Private ordinary functions
Function, make-sort-type: Private ordinary functions
Function, make-table: Private ordinary functions
Function, make-term: Public ordinary functions
Function, make-term-scorer-array: Private ordinary functions
Function, make-token: Private ordinary functions
Function, make-tv-field: Private ordinary functions
Function, map-pipe: Private ordinary functions
Function, map-pipe-filtering: Private ordinary functions
Function, mappend-pipe: Private ordinary functions
Function, mappend-pipe-filtering: Private ordinary functions
Function, normalize-file-name: Private ordinary functions
Function, not-wildcard-char-p: Private ordinary functions
Function, open-index-reader: Private ordinary functions
Function, open-segment-file: Private ordinary functions
Function, parse-float: Private ordinary functions
Function, pipe-elt: Private ordinary functions
Function, pipe-head: Private ordinary functions
Function, pipe-tail: Private ordinary functions
Function, posting-key: Private ordinary functions
Function, r: Private ordinary functions
Function, read-bit-vector: Private ordinary functions
Function, segment-infos-read-current-version: Private ordinary functions
Function, set-bit: Private ordinary functions
Function, setto: Private ordinary functions
Function, similarity-byte-to-float: Private ordinary functions
Function, similarity-decode-norm: Private ordinary functions
Function, similarity-encode-norm: Private ordinary functions
Function, similarity-float-to-byte: Private ordinary functions
Function, slot-definition-name: Private ordinary functions
Function, stem: Private ordinary functions
Function, step1ab: Private ordinary functions
Function, step1c: Private ordinary functions
Function, step2: Private ordinary functions
Function, step3: Private ordinary functions
Function, step4: Private ordinary functions
Function, step5: Private ordinary functions
Function, stream-contents: Private ordinary functions
Function, string-begins: Private ordinary functions
Function, string-compare: Private ordinary functions
Function, string-scanner: Private ordinary functions
Function, string-to-bytes: Private ordinary functions
Function, stringify: Private ordinary functions
Function, table-entries: Private ordinary functions
Function, table-p: Private ordinary functions
Function, table-test: Private ordinary functions
Function, term-buffer-compare: Private ordinary functions
Function, term-buffer<: Private ordinary functions
Function, term-buffer=: Private ordinary functions
Function, term-buffer>: Private ordinary functions
Function, term-info=: Private ordinary functions
Function, term-p: Private ordinary functions
Function, term-vector-offset-info=: Private ordinary functions
Function, term<: Private ordinary functions
Function, term>: Private ordinary functions
Function, token-compare: Private ordinary functions
Function, token-end: Private ordinary functions
Function, token-image: Public ordinary functions
Function, token-increment: Private ordinary functions
Function, token-p: Private ordinary functions
Function, token-start: Private ordinary functions
Function, token-type: Private ordinary functions
Function, token=: Private ordinary functions
Function, tokenize-file: Private ordinary functions
Function, tv-field-number: Private ordinary functions
Function, tv-field-p: Private ordinary functions
Function, tv-field-store-offsets: Private ordinary functions
Function, tv-field-store-positions: Private ordinary functions
Function, tv-field-tvf-pointer: Private ordinary functions
Function, uncompress: Private ordinary functions
Function, vowelinstem: Private ordinary functions
Function, white-space-p: Private ordinary functions
Function, wildcard-char-p: Private ordinary functions
Function, write-bit-vector: Private ordinary functions

G
Generic Function, $add-and-clause: Private generic functions
Generic Function, $add-default-clause: Private generic functions
Generic Function, $add-or-clause: Private generic functions
Generic Function, $add-word-to-phrase: Private generic functions
Generic Function, $get-boolean-clause: Private generic functions
Generic Function, $get-boolean-query: Private generic functions
Generic Function, $get-phrase-query: Private generic functions
Generic Function, $get-term-query: Private generic functions
Generic Function, $get-wild-query: Private generic functions
Generic Function, $set-query-field: Private generic functions
Generic Function, (setf boost): Private generic functions
Generic Function, (setf buffers): Private generic functions
Generic Function, (setf bytes): Private generic functions
Generic Function, (setf clauses): Private generic functions
Generic Function, (setf coord-function): Private generic functions
Generic Function, (setf counter): Private generic functions
Generic Function, (setf data-offset): Private generic functions
Generic Function, (setf default-similarity-class): Private generic functions
Generic Function, (setf dir-offset): Private generic functions
Generic Function, (setf directory): Private generic functions
Generic Function, (setf dirty-p): Private generic functions
Generic Function, (setf doc): Public generic functions
Generic Function, (setf doc-count): Private generic functions
Generic Function, (setf doc-freq): Private generic functions
Generic Function, (setf document-value): Public generic functions
Generic Function, (setf document-values): Private generic functions
Generic Function, (setf enum): Private generic functions
Generic Function, (setf field-binary-p): Private generic functions
Generic Function, (setf field-compressed-p): Private generic functions
Generic Function, (setf field-data): Public generic functions
Generic Function, (setf field-index): Private generic functions
Generic Function, (setf field-indexed-p): Private generic functions
Generic Function, (setf field-name): Private generic functions
Generic Function, (setf field-number): Private generic functions
Generic Function, (setf field-omit-norms-p): Private generic functions
Generic Function, (setf field-store-offsets-p): Private generic functions
Generic Function, (setf field-store-positions-p): Private generic functions
Generic Function, (setf field-store-term-vector): Private generic functions
Generic Function, (setf field-store-term-vector-p): Private generic functions
Generic Function, (setf field-stored): Private generic functions
Generic Function, (setf field-stored-p): Private generic functions
Generic Function, (setf field-tokenized-p): Private generic functions
Generic Function, (setf fields): Private generic functions
Generic Function, (setf file-name): Private generic functions
Generic Function, (setf first-time-p): Private generic functions
Generic Function, (setf freq): Private generic functions
Generic Function, (setf freq-pointer): Private generic functions
Generic Function, (setf info-stream): Private generic functions
Generic Function, (setf kind): Private generic functions
Generic Function, (setf max-clause-count): Private generic functions
Generic Function, (setf max-coord): Private generic functions
Generic Function, (setf max-merge-docs): Private generic functions
Generic Function, (setf merge-factor): Private generic functions
Generic Function, (setf min-merge-docs): Private generic functions
Generic Function, (setf more-p): Private generic functions
Generic Function, (setf mtime): Private generic functions
Generic Function, (setf next): Private generic functions
Generic Function, (setf num-matchers): Private generic functions
Generic Function, (setf occur): Private generic functions
Generic Function, (setf other): Private generic functions
Generic Function, (setf pointer): Private generic functions
Generic Function, (setf pointer-max): Private generic functions
Generic Function, (setf prox-pointer): Private generic functions
Generic Function, (setf query): Private generic functions
Generic Function, (setf query-weight): Private generic functions
Generic Function, (setf reader): Public generic functions
Generic Function, (setf score): Public generic functions
Generic Function, (setf score-cache): Private generic functions
Generic Function, (setf score-docs): Private generic functions
Generic Function, (setf segment-info): Private generic functions
Generic Function, (setf segment-info-name): Private generic functions
Generic Function, (setf similarity): Private generic functions
Generic Function, (setf size): Public generic functions
Generic Function, (setf skip-offset): Private generic functions
Generic Function, (setf slop): Private generic functions
Generic Function, (setf sort-type): Private generic functions
Generic Function, (setf table-value): Private generic functions
Generic Function, (setf term): Private generic functions
Generic Function, (setf term-field): Private generic functions
Generic Function, (setf term-idf): Private generic functions
Generic Function, (setf term-info): Private generic functions
Generic Function, (setf term-query-norm): Private generic functions
Generic Function, (setf term-text): Private generic functions
Generic Function, (setf tokens): Private generic functions
Generic Function, (setf total-hits): Private generic functions
Generic Function, (setf value): Private generic functions
Generic Function, (setf value): Private generic functions
Generic Function, (setf weights): Private generic functions
Generic Function, <=>: Private generic functions
Generic Function, add: Private generic functions
Generic Function, add-all-doc-vectors: Private generic functions
Generic Function, add-clause: Private generic functions
Generic Function, add-doc-fields: Private generic functions
Generic Function, add-document: Public generic functions
Generic Function, add-document-to-index: Public generic functions
Generic Function, add-document-to-index-writer: Public generic functions
Generic Function, add-document-to-writer: Private generic functions
Generic Function, add-field: Public generic functions
Generic Function, add-field-info: Private generic functions
Generic Function, add-field-internal: Private generic functions
Generic Function, add-fields: Private generic functions
Generic Function, add-file: Private generic functions
Generic Function, add-indexed: Private generic functions
Generic Function, add-indexes: Private generic functions
Generic Function, add-indexes-readers: Private generic functions
Generic Function, add-position: Private generic functions
Generic Function, add-query: Public generic functions
Generic Function, add-reader: Private generic functions
Generic Function, add-scorer: Private generic functions
Generic Function, add-segment-info: Private generic functions
Generic Function, add-term: Private generic functions
Generic Function, add-term-internal: Private generic functions
Generic Function, add-term-to-query: Private generic functions
Generic Function, add-term-to-term-vectors-writer: Private generic functions
Generic Function, adjust-top: Private generic functions
Generic Function, advance-after-current: Private generic functions
Generic Function, all-fields: Private generic functions
Generic Function, all-tokens: Public generic functions
Generic Function, analyzer: Public generic functions
Generic Function, append-postings: Private generic functions
Generic Function, base: Private generic functions
Generic Function, binary-value: Private generic functions
Generic Function, bits: Private generic functions
Generic Function, boost: Private generic functions
Generic Function, buffer-size: Private generic functions
Generic Function, buffer-skip: Private generic functions
Generic Function, buffers: Private generic functions
Generic Function, bytes: Private generic functions
Generic Function, check-valid-format: Private generic functions
Generic Function, clauses: Private generic functions
Generic Function, clear: Private generic functions
Generic Function, clone-object: Private generic functions
Generic Function, close: Public generic functions
Generic Function, close-document: Private generic functions
Generic Function, close-field: Private generic functions
Generic Function, close-norms: Private generic functions
Generic Function, close-readers: Private generic functions
Generic Function, clrtable: Private generic functions
Generic Function, code: Private generic functions
Generic Function, combine: Private generic functions
Generic Function, commit: Public generic functions
Generic Function, comparator: Private generic functions
Generic Function, compare: Private generic functions
Generic Function, compute-multiple-fields: Private generic functions
Generic Function, coord: Private generic functions
Generic Function, coord-disabled?: Private generic functions
Generic Function, coord-factor: Private generic functions
Generic Function, coord-function: Private generic functions
Generic Function, coordinator: Private generic functions
Generic Function, copy-file: Private generic functions
Generic Function, count: Private generic functions
Generic Function, counter: Private generic functions
Generic Function, counting-conjunction-sum-scorer: Private generic functions
Generic Function, counting-disjunction-sum-scorer: Private generic functions
Generic Function, create-compound-file: Private generic functions
Generic Function, create-field: Private generic functions
Generic Function, create-output: Private generic functions
Generic Function, create-weight: Private generic functions
Generic Function, current: Private generic functions
Generic Function, data-offset: Private generic functions
Generic Function, default-similarity-class: Private generic functions
Generic Function, delete-at: Private generic functions
Generic Function, delete-docs-with-term: Private generic functions
Generic Function, delete-document: Public generic functions
Generic Function, delete-file: Private generic functions
Generic Function, delete-files: Private generic functions
Generic Function, delete-files-and-write-undeletable: Private generic functions
Generic Function, delete-segments: Private generic functions
Generic Function, deleted-docs: Private generic functions
Generic Function, deleted-p: Private generic functions
Generic Function, difference: Private generic functions
Generic Function, dir-offset: Private generic functions
Generic Function, directory: Private generic functions
Generic Function, dirty-p: Private generic functions
Generic Function, do-close: Private generic functions
Generic Function, do-commit: Private generic functions
Generic Function, do-delete: Private generic functions
Generic Function, do-init: Private generic functions
Generic Function, do-next: Private generic functions
Generic Function, do-search: Private generic functions
Generic Function, do-seek: Private generic functions
Generic Function, do-set-norm: Private generic functions
Generic Function, do-sort: Private generic functions
Generic Function, do-undelete-all: Private generic functions
Generic Function, doc: Public generic functions
Generic Function, doc-count: Private generic functions
Generic Function, doc-freq: Private generic functions
Generic Function, doc-map: Private generic functions
Generic Function, document: Public generic functions
Generic Function, document-binaries: Private generic functions
Generic Function, document-count: Private generic functions
Generic Function, document-deleted-p: Private generic functions
Generic Function, document-field: Public generic functions
Generic Function, document-fields: Private generic functions
Generic Function, document-open-p: Private generic functions
Generic Function, document-value: Public generic functions
Generic Function, document-values: Private generic functions
Generic Function, documents: Private generic functions
Generic Function, each: Public generic functions
Generic Function, each-hit: Public generic functions
Generic Function, each-hit-up-to: Private generic functions
Generic Function, emit-parser-body: Private generic functions
Generic Function, emit-production-function: Private generic functions
Generic Function, end-enum: Private generic functions
Generic Function, end-offset: Private generic functions
Generic Function, ensure-index-is-read: Private generic functions
Generic Function, ensure-reader-open: Private generic functions
Generic Function, ensure-searcher-open: Private generic functions
Generic Function, ensure-text-buf-length: Private generic functions
Generic Function, ensure-writer-open: Private generic functions
Generic Function, entry-count: Private generic functions
Generic Function, enum: Private generic functions
Generic Function, explain-score: Private generic functions
Generic Function, extend-buffer-if-necessary: Private generic functions
Generic Function, extract-terms: Private generic functions
Generic Function, fake-norms: Private generic functions
Generic Function, field: Public generic functions
Generic Function, field-binary-p: Private generic functions
Generic Function, field-compressed-p: Private generic functions
Generic Function, field-count: Private generic functions
Generic Function, field-data: Public generic functions
Generic Function, field-indexed-p: Private generic functions
Generic Function, field-infos: Private generic functions
Generic Function, field-name: Private generic functions
Generic Function, field-number: Private generic functions
Generic Function, field-omit-norms-p: Private generic functions
Generic Function, field-open-p: Private generic functions
Generic Function, field-store-offsets-p: Private generic functions
Generic Function, field-store-positions-p: Private generic functions
Generic Function, field-store-term-vector-p: Private generic functions
Generic Function, field-stored-p: Private generic functions
Generic Function, field-tokenized-p: Private generic functions
Generic Function, fields: Private generic functions
Generic Function, file-count: Private generic functions
Generic Function, file-exists-p: Private generic functions
Generic Function, file-name: Private generic functions
Generic Function, file-names: Private generic functions
Generic Function, file-size: Private generic functions
Generic Function, files: Private generic functions
Generic Function, first-index: Private generic functions
Generic Function, first-position: Private generic functions
Generic Function, first-scorer: Private generic functions
Generic Function, first-time-p: Private generic functions
Generic Function, first-to-last: Private generic functions
Generic Function, flush: Public generic functions
Generic Function, flush-buffer: Private generic functions
Generic Function, flush-ram-segments: Private generic functions
Generic Function, form: Private generic functions
Generic Function, freq: Private generic functions
Generic Function, freq-pointer: Private generic functions
Generic Function, freq-stream: Private generic functions
Generic Function, freqs: Private generic functions
Generic Function, full-path-for-file: Private generic functions
Generic Function, get-bad-parse: Private generic functions
Generic Function, get-current-version: Private generic functions
Generic Function, get-document: Public generic functions
Generic Function, get-document-with-term: Private generic functions
Generic Function, get-field: Private generic functions
Generic Function, get-field-info-byte: Private generic functions
Generic Function, get-field-names: Private generic functions
Generic Function, get-field-number: Private generic functions
Generic Function, get-field-term-vector: Private generic functions
Generic Function, get-index-offset: Private generic functions
Generic Function, get-normal-phrase-query: Private generic functions
Generic Function, get-norms: Private generic functions
Generic Function, get-norms-info: Private generic functions
Generic Function, get-norms-into: Private generic functions
Generic Function, get-position: Private generic functions
Generic Function, get-term: Private generic functions
Generic Function, get-term-enum: Private generic functions
Generic Function, get-term-info: Private generic functions
Generic Function, get-term-vector: Private generic functions
Generic Function, get-term-vectors: Private generic functions
Generic Function, get-term-vectors-reader: Private generic functions
Generic Function, get-terms-position: Private generic functions
Generic Function, get-tv: Private generic functions
Generic Function, grammar: Private generic functions
Generic Function, has-deletions-p: Private generic functions
Generic Function, has-norms-p: Private generic functions
Generic Function, has-separate-norms-p: Private generic functions
Generic Function, has-vectors-p: Private generic functions
Generic Function, has-writes: Private generic functions
Generic Function, hit: Private generic functions
Generic Function, hits-up-to: Private generic functions
Generic Function, idf: Private generic functions
Generic Function, idf-phrase: Private generic functions
Generic Function, idf-term: Private generic functions
Generic Function, in-table-p: Private generic functions
Generic Function, include-lower-p: Private generic functions
Generic Function, include-upper-p: Private generic functions
Generic Function, index: Public generic functions
Generic Function, index-interval: Private generic functions
Generic Function, index-of: Private generic functions
Generic Function, index-pointer: Private generic functions
Generic Function, index-reader-index-exists: Private generic functions
Generic Function, indexes-of: Private generic functions
Generic Function, info-stream: Private generic functions
Generic Function, init: Private generic functions
Generic Function, init-counting-sum-scorer: Private generic functions
Generic Function, init-doc: Private generic functions
Generic Function, init-scorer-queue: Private generic functions
Generic Function, initialize-copy: Private generic functions
Generic Function, initialize-heap: Private generic functions
Generic Function, initialize-reader: Private generic functions
Generic Function, input-stream: Private generic functions
Generic Function, invert-document: Private generic functions
Generic Function, is-token: Private generic functions
Generic Function, kind: Private generic functions
Generic Function, last-index: Private generic functions
Generic Function, last-scorer: Private generic functions
Generic Function, latest-p: Private generic functions
Generic Function, length-norm: Private generic functions
Generic Function, less-than: Private generic functions
Generic Function, locked-p: Private generic functions
Generic Function, lower-term: Private generic functions
Generic Function, make-counting-sum-scorer: Private generic functions
Generic Function, make-counting-sum-scorer2: Private generic functions
Generic Function, make-counting-sum-scorer3: Private generic functions
Generic Function, make-grammar: Private generic functions
Generic Function, make-lock: Private generic functions
Generic Function, make-new-buffer: Private generic functions
Generic Function, make-special-grammar: Private generic functions
Generic Function, max-clause-count: Private generic functions
Generic Function, max-coord: Private generic functions
Generic Function, max-doc: Public generic functions
Generic Function, max-merge-docs: Private generic functions
Generic Function, maybe-merge-segments: Private generic functions
Generic Function, merge: Private generic functions
Generic Function, merge-boolean-queries: Private generic functions
Generic Function, merge-factor: Private generic functions
Generic Function, merge-fields: Private generic functions
Generic Function, merge-norms: Private generic functions
Generic Function, merge-segments: Private generic functions
Generic Function, merge-term-info: Private generic functions
Generic Function, merge-term-infos: Private generic functions
Generic Function, merge-terms: Private generic functions
Generic Function, merge-vectors: Private generic functions
Generic Function, min-merge-docs: Private generic functions
Generic Function, modified-time: Private generic functions
Generic Function, more-p: Private generic functions
Generic Function, mtime: Private generic functions
Generic Function, multi-term-docs: Private generic functions
Generic Function, name: Private generic functions
Generic Function, name: Private generic functions
Generic Function, new-segment-name: Private generic functions
Generic Function, next: Private generic functions
Generic Function, next-position: Private generic functions
Generic Function, next-token: Private generic functions
Generic Function, next?: Private generic functions
Generic Function, normalize: Private generic functions
Generic Function, normalize-weight: Private generic functions
Generic Function, norms: Private generic functions
Generic Function, num-docs: Private generic functions
Generic Function, num-matchers: Private generic functions
Generic Function, obtain: Private generic functions
Generic Function, occur: Private generic functions
Generic Function, offset: Private generic functions
Generic Function, offsets: Private generic functions
Generic Function, open-document: Private generic functions
Generic Function, open-field: Private generic functions
Generic Function, open-input: Private generic functions
Generic Function, open-norms: Private generic functions
Generic Function, optimize: Public generic functions
Generic Function, other: Private generic functions
Generic Function, out: Private generic functions
Generic Function, parent: Private generic functions
Generic Function, parse: Private generic functions
Generic Function, persist: Private generic functions
Generic Function, phrase-count: Private generic functions
Generic Function, phrase-freq: Private generic functions
Generic Function, phrase-position: Private generic functions
Generic Function, pointer: Private generic functions
Generic Function, pointer-max: Private generic functions
Generic Function, pos: Private generic functions
Generic Function, position-increment-gap: Private generic functions
Generic Function, positions: Private generic functions
Generic Function, pq->list: Private generic functions
Generic Function, previous: Private generic functions
Generic Function, print-file: Private generic functions
Generic Function, process-query: Private generic functions
Generic Function, productions-called: Private generic functions
Generic Function, productions-used: Private generic functions
Generic Function, prohibited: Private generic functions
Generic Function, prohibited?: Private generic functions
Generic Function, prox-pointer: Private generic functions
Generic Function, prox-stream: Private generic functions
Generic Function, query: Private generic functions
Generic Function, query-delete: Public generic functions
Generic Function, query-norm: Private generic functions
Generic Function, query-update: Public generic functions
Generic Function, query-weight: Private generic functions
Generic Function, queue-clear: Private generic functions
Generic Function, queue-insert: Private generic functions
Generic Function, queue-pop: Private generic functions
Generic Function, queue-push: Private generic functions
Generic Function, queue-top: Private generic functions
Generic Function, re-write: Private generic functions
Generic Function, read: Private generic functions
Generic Function, read-byte: Private generic functions
Generic Function, read-bytes: Private generic functions
Generic Function, read-chars: Private generic functions
Generic Function, read-deletable-files: Private generic functions
Generic Function, read-docs: Private generic functions
Generic Function, read-int: Private generic functions
Generic Function, read-internal: Private generic functions
Generic Function, read-long: Private generic functions
Generic Function, read-segment-infos: Private generic functions
Generic Function, read-segment-term-doc-enum: Private generic functions
Generic Function, read-string: Private generic functions
Generic Function, read-term-buffer: Private generic functions
Generic Function, read-term-vector: Private generic functions
Generic Function, read-term-vectors: Private generic functions
Generic Function, read-uint: Private generic functions
Generic Function, read-ulong: Private generic functions
Generic Function, read-vint: Private generic functions
Generic Function, read-vlong: Private generic functions
Generic Function, reader: Public generic functions
Generic Function, reader-index: Private generic functions
Generic Function, reader-value: Private generic functions
Generic Function, readers: Private generic functions
Generic Function, refill: Private generic functions
Generic Function, refresh: Private generic functions
Generic Function, release: Private generic functions
Generic Function, remove-field: Private generic functions
Generic Function, remove-fields: Private generic functions
Generic Function, remtable: Private generic functions
Generic Function, rename-file: Private generic functions
Generic Function, required: Private generic functions
Generic Function, required-scorers: Private generic functions
Generic Function, required?: Private generic functions
Generic Function, reset: Private generic functions
Generic Function, reset-skip: Private generic functions
Generic Function, reverse-p: Private generic functions
Generic Function, rewrite: Private generic functions
Generic Function, save-data: Private generic functions
Generic Function, scan-for-term: Private generic functions
Generic Function, scan-for-term-info: Private generic functions
Generic Function, scan-to: Private generic functions
Generic Function, score: Public generic functions
Generic Function, score-cache: Private generic functions
Generic Function, score-docs: Private generic functions
Generic Function, scorer: Public generic functions
Generic Function, scorers: Private generic functions
Generic Function, search: Public generic functions
Generic Function, search-each: Public generic functions
Generic Function, searcher: Private generic functions
Generic Function, seek: Private generic functions
Generic Function, seek-enum: Private generic functions
Generic Function, seek-internal: Private generic functions
Generic Function, seek-segment-term: Private generic functions
Generic Function, segment: Private generic functions
Generic Function, segment-info: Private generic functions
Generic Function, segment-info-name: Private generic functions
Generic Function, segment-info=: Private generic functions
Generic Function, segment-reader: Private generic functions
Generic Function, set-fields: Private generic functions
Generic Function, set-from-term-buffer: Private generic functions
Generic Function, set-from-term-info: Private generic functions
Generic Function, set-norm: Private generic functions
Generic Function, set-table-value: Private generic functions
Generic Function, set-term: Private generic functions
Generic Function, set-values: Private generic functions
Generic Function, similarity: Private generic functions
Generic Function, similarity-implementation: Private generic functions
Generic Function, size: Public generic functions
Generic Function, skip-interval: Private generic functions
Generic Function, skip-offset: Private generic functions
Generic Function, skip-prox: Private generic functions
Generic Function, skip-to: Private generic functions
Generic Function, skipping-doc: Private generic functions
Generic Function, slop: Private generic functions
Generic Function, sloppy-freq: Private generic functions
Generic Function, sort-posting-table: Private generic functions
Generic Function, sort-scorers: Private generic functions
Generic Function, sort-type: Private generic functions
Generic Function, sort-value: Private generic functions
Generic Function, start-offset: Private generic functions
Generic Function, starts: Private generic functions
Generic Function, string-value: Private generic functions
Generic Function, sub-grammar: Private generic functions
Generic Function, sub-grammars: Private generic functions
Generic Function, sum-of-squared-weights: Private generic functions
Generic Function, table-entry: Private generic functions
Generic Function, table-keys: Private generic functions
Generic Function, table-like-p: Private generic functions
Generic Function, table-value: Private generic functions
Generic Function, table-values: Private generic functions
Generic Function, term: Private generic functions
Generic Function, term-buffer: Private generic functions
Generic Function, term-compare: Private generic functions
Generic Function, term-doc-freq: Private generic functions
Generic Function, term-doc-freqs: Private generic functions
Generic Function, term-docs: Private generic functions
Generic Function, term-docs-for: Private generic functions
Generic Function, term-docs-from-reader: Private generic functions
Generic Function, term-enum: Private generic functions
Generic Function, term-field: Private generic functions
Generic Function, term-frequencies: Private generic functions
Generic Function, term-idf: Private generic functions
Generic Function, term-info: Private generic functions
Generic Function, term-infos: Private generic functions
Generic Function, term-positions: Private generic functions
Generic Function, term-positions-for: Private generic functions
Generic Function, term-query-norm: Private generic functions
Generic Function, term-text: Private generic functions
Generic Function, term=: Private generic functions
Generic Function, terms: Private generic functions
Generic Function, terms-from: Private generic functions
Generic Function, text: Private generic functions
Generic Function, text-length: Private generic functions
Generic Function, tf: Private generic functions
Generic Function, to-non-excluded: Private generic functions
Generic Function, to-string: Private generic functions
Generic Function, to-term: Private generic functions
Generic Function, token-regexp: Private generic functions
Generic Function, token-stream: Private generic functions
Generic Function, tokens: Private generic functions
Generic Function, total-hits: Private generic functions
Generic Function, touch: Private generic functions
Generic Function, tp-enum: Private generic functions
Generic Function, try-to-delete-files: Private generic functions
Generic Function, undelete-all: Private generic functions
Generic Function, update: Public generic functions
Generic Function, upper-term: Private generic functions
Generic Function, use-active-field: Private generic functions
Generic Function, uses-compound-file-p: Private generic functions
Generic Function, value: Private generic functions
Generic Function, value: Private generic functions
Generic Function, variables: Private generic functions
Generic Function, version: Private generic functions
Generic Function, weight: Public generic functions
Generic Function, weight-value: Private generic functions
Generic Function, weights: Private generic functions
Generic Function, write: Private generic functions
Generic Function, write-byte: Private generic functions
Generic Function, write-bytes: Private generic functions
Generic Function, write-chars: Private generic functions
Generic Function, write-deletable-files: Private generic functions
Generic Function, write-doc: Private generic functions
Generic Function, write-field: Private generic functions
Generic Function, write-int: Private generic functions
Generic Function, write-long: Private generic functions
Generic Function, write-norms: Private generic functions
Generic Function, write-postings: Private generic functions
Generic Function, write-segment-infos: Private generic functions
Generic Function, write-skip: Private generic functions
Generic Function, write-string: Private generic functions
Generic Function, write-term: Private generic functions
Generic Function, write-to: Private generic functions
Generic Function, write-to-dir: Private generic functions
Generic Function, write-uint: Private generic functions
Generic Function, write-ulong: Private generic functions
Generic Function, write-vint: Private generic functions
Generic Function, write-vlong: Private generic functions
Generic Function, writer: Public generic functions
get-bad-parse: Private generic functions
get-bad-parse: Private generic functions
get-current-version: Private generic functions
get-current-version: Private generic functions
get-document: Public generic functions
get-document: Public generic functions
get-document: Public generic functions
get-document: Public generic functions
get-document: Public generic functions
get-document: Public generic functions
get-document-with-term: Private generic functions
get-document-with-term: Private generic functions
get-field: Private generic functions
get-field: Private generic functions
get-field-info-byte: Private generic functions
get-field-info-byte: Private generic functions
get-field-names: Private generic functions
get-field-names: Private generic functions
get-field-names: Private generic functions
get-field-number: Private generic functions
get-field-number: Private generic functions
get-field-term-vector: Private generic functions
get-field-term-vector: Private generic functions
get-index-offset: Private generic functions
get-index-offset: Private generic functions
get-index-option: Private ordinary functions
get-normal-phrase-query: Private generic functions
get-normal-phrase-query: Private generic functions
get-norms: Private generic functions
get-norms: Private generic functions
get-norms: Private generic functions
get-norms-info: Private generic functions
get-norms-into: Private generic functions
get-norms-into: Private generic functions
get-norms-into: Private generic functions
get-position: Private generic functions
get-position: Private generic functions
get-segment-reader: Private ordinary functions
get-term: Private generic functions
get-term: Private generic functions
get-term-enum: Private generic functions
get-term-enum: Private generic functions
get-term-info: Private generic functions
get-term-info: Private generic functions
get-term-vector: Private generic functions
get-term-vector: Private generic functions
get-term-vector: Private generic functions
get-term-vectors: Private generic functions
get-term-vectors: Private generic functions
get-term-vectors: Private generic functions
get-term-vectors-reader: Private generic functions
get-term-vectors-reader: Private generic functions
get-terms-position: Private generic functions
get-terms-position: Private generic functions
get-tv: Private generic functions
get-tv: Private generic functions
grammar: Private generic functions
grammar: Private generic functions
grammar: Private generic functions
grammar: Private generic functions

H
has-deletions-p: Private generic functions
has-deletions-p: Private generic functions
has-deletions-p: Private generic functions
has-deletions-p: Private generic functions
has-deletions-p: Private generic functions
has-norms-p: Private generic functions
has-norms-p: Private generic functions
has-norms-p: Private generic functions
has-norms-p: Private generic functions
has-separate-norms-p: Private generic functions
has-separate-norms-p: Private generic functions
has-vectors-p: Private generic functions
has-vectors-p: Private generic functions
has-writes: Private generic functions
has-writes: Private generic functions
heap-extract: Private ordinary functions
heap-extract-maximum: Private ordinary functions
heap-insert: Private ordinary functions
heap-left: Private ordinary functions
heap-maximum: Private ordinary functions
heap-parent: Private ordinary functions
heap-right: Private ordinary functions
heap-size: Private ordinary functions
heapify: Private ordinary functions
hit: Private generic functions
hits-up-to: Private generic functions

I
idf: Private generic functions
idf: Private generic functions
idf-phrase: Private generic functions
idf-phrase: Private generic functions
idf-term: Private generic functions
idf-term: Private generic functions
in-table-p: Private generic functions
in-table-p: Private generic functions
in-table-p: Private generic functions
include-lower-p: Private generic functions
include-lower-p: Private generic functions
include-upper-p: Private generic functions
include-upper-p: Private generic functions
index: Public generic functions
index: Public generic functions
index-interval: Private generic functions
index-interval: Private generic functions
index-of: Private generic functions
index-of: Private generic functions
index-options-list-p: Private ordinary functions
index-pointer: Private generic functions
index-pointer: Private generic functions
index-reader-index-exists: Private generic functions
index-reader-index-exists: Private generic functions
indexes-of: Private generic functions
indexes-of: Private generic functions
info-stream: Private generic functions
info-stream: Private generic functions
info-stream: Private generic functions
init: Private generic functions
init: Private generic functions
init: Private generic functions
init-counting-sum-scorer: Private generic functions
init-counting-sum-scorer: Private generic functions
init-doc: Private generic functions
init-doc: Private generic functions
init-scorer-queue: Private generic functions
init-scorer-queue: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-copy: Private generic functions
initialize-heap: Private generic functions
initialize-heap: Private generic functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-reader: Private generic functions
initialize-reader: Private generic functions
initialize-reader: Private generic functions
initialize-reader: Private generic functions
inject: Private ordinary functions
input-stream: Private generic functions
input-stream: Private generic functions
int-bits-to-float: Private ordinary functions
invert-document: Private generic functions
invert-document: Private generic functions
is-token: Private generic functions
is-token: Private generic functions
is-token: Private generic functions

K
kind: Private generic functions
kind: Private generic functions

L
last-index: Private generic functions
last-index: Private generic functions
last-scorer: Private generic functions
last-scorer: Private generic functions
latest-p: Private generic functions
latest-p: Private generic functions
length-1-list-p: Private ordinary functions
length-norm: Private generic functions
length-norm: Private generic functions
less-than: Private generic functions
less-than: Private generic functions
less-than: Private generic functions
less-than: Private generic functions
less-than: Private generic functions
less-than: Private generic functions
less-than: Private generic functions
less-than: Private generic functions
load-word-list: Private ordinary functions
locked-p: Private generic functions
lower-term: Private generic functions
lower-term: Private generic functions

M
m: Private ordinary functions
Macro, defchartype: Public macros
Macro, deflexer: Public macros
Macro, defparser: Public macros
Macro, defprod: Public macros
Macro, do-files: Private macros
Macro, do-multiple-fields: Private macros
Macro, do-range: Private macros
Macro, dosequence: Private macros
Macro, make-pipe: Private macros
Macro, once-only: Private macros
Macro, parselet: Public macros
Macro, while: Private macros
Macro, with-gensyms: Private macros
Macro, with-lock: Private macros
Macro, with-sub-reader: Private macros
make-adjustable-string: Private ordinary functions
make-binary-field: Private ordinary functions
make-bit-vector: Private ordinary functions
make-counting-sum-scorer: Private generic functions
make-counting-sum-scorer: Private generic functions
make-counting-sum-scorer2: Private generic functions
make-counting-sum-scorer2: Private generic functions
make-counting-sum-scorer3: Private generic functions
make-counting-sum-scorer3: Private generic functions
make-default-similarity: Private ordinary functions
make-document: Private ordinary functions
make-field: Public ordinary functions
make-fs-directory: Public ordinary functions
make-grammar: Private generic functions
make-grammar: Private generic functions
make-grammar: Private generic functions
make-grammar: Private generic functions
make-grammar: Private generic functions
make-lock: Private generic functions
make-lock: Private generic functions
make-lock: Private generic functions
make-new-buffer: Private generic functions
make-new-buffer: Private generic functions
make-pipe: Private macros
make-scorers-array: Private ordinary functions
make-sort-type: Private ordinary functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-special-grammar: Private generic functions
make-table: Private ordinary functions
make-term: Public ordinary functions
make-term-scorer-array: Private ordinary functions
make-token: Private ordinary functions
make-tv-field: Private ordinary functions
map-pipe: Private ordinary functions
map-pipe-filtering: Private ordinary functions
mappend-pipe: Private ordinary functions
mappend-pipe-filtering: Private ordinary functions
max-clause-count: Private generic functions
max-clause-count: Private generic functions
max-coord: Private generic functions
max-coord: Private generic functions
max-doc: Public generic functions
max-doc: Public generic functions
max-doc: Public generic functions
max-doc: Public generic functions
max-merge-docs: Private generic functions
max-merge-docs: Private generic functions
maybe-merge-segments: Private generic functions
maybe-merge-segments: Private generic functions
merge: Private generic functions
merge: Private generic functions
merge-boolean-queries: Private generic functions
merge-factor: Private generic functions
merge-factor: Private generic functions
merge-fields: Private generic functions
merge-fields: Private generic functions
merge-norms: Private generic functions
merge-norms: Private generic functions
merge-segments: Private generic functions
merge-segments: Private generic functions
merge-term-info: Private generic functions
merge-term-info: Private generic functions
merge-term-infos: Private generic functions
merge-term-infos: Private generic functions
merge-terms: Private generic functions
merge-terms: Private generic functions
merge-vectors: Private generic functions
merge-vectors: Private generic functions
Method, $add-and-clause: Private generic functions
Method, $add-default-clause: Private generic functions
Method, $add-or-clause: Private generic functions
Method, $add-word-to-phrase: Private generic functions
Method, $get-boolean-clause: Private generic functions
Method, $get-boolean-query: Private generic functions
Method, $get-phrase-query: Private generic functions
Method, $get-term-query: Private generic functions
Method, $get-wild-query: Private generic functions
Method, $set-query-field: Private generic functions
Method, (setf boost): Private generic functions
Method, (setf boost): Private generic functions
Method, (setf boost): Private generic functions
Method, (setf buffers): Private generic functions
Method, (setf bytes): Private generic functions
Method, (setf clauses): Private generic functions
Method, (setf coord-function): Private generic functions
Method, (setf counter): Private generic functions
Method, (setf data-offset): Private generic functions
Method, (setf default-similarity-class): Private generic functions
Method, (setf dir-offset): Private generic functions
Method, (setf directory): Private generic functions
Method, (setf directory): Private generic functions
Method, (setf dirty-p): Private generic functions
Method, (setf doc): Public generic functions
Method, (setf doc-count): Private generic functions
Method, (setf doc-freq): Private generic functions
Method, (setf document-value): Public generic functions
Method, (setf document-values): Private generic functions
Method, (setf enum): Private generic functions
Method, (setf field-binary-p): Private generic functions
Method, (setf field-compressed-p): Private generic functions
Method, (setf field-data): Public generic functions
Method, (setf field-index): Private generic functions
Method, (setf field-indexed-p): Private generic functions
Method, (setf field-indexed-p): Private generic functions
Method, (setf field-name): Private generic functions
Method, (setf field-number): Private generic functions
Method, (setf field-omit-norms-p): Private generic functions
Method, (setf field-omit-norms-p): Private generic functions
Method, (setf field-store-offsets-p): Private generic functions
Method, (setf field-store-offsets-p): Private generic functions
Method, (setf field-store-positions-p): Private generic functions
Method, (setf field-store-positions-p): Private generic functions
Method, (setf field-store-term-vector): Private generic functions
Method, (setf field-store-term-vector-p): Private generic functions
Method, (setf field-store-term-vector-p): Private generic functions
Method, (setf field-stored): Private generic functions
Method, (setf field-stored-p): Private generic functions
Method, (setf field-tokenized-p): Private generic functions
Method, (setf fields): Private generic functions
Method, (setf fields): Private generic functions
Method, (setf fields): Private generic functions
Method, (setf file-name): Private generic functions
Method, (setf first-time-p): Private generic functions
Method, (setf freq): Private generic functions
Method, (setf freq): Private generic functions
Method, (setf freq-pointer): Private generic functions
Method, (setf info-stream): Private generic functions
Method, (setf info-stream): Private generic functions
Method, (setf kind): Private generic functions
Method, (setf max-clause-count): Private generic functions
Method, (setf max-coord): Private generic functions
Method, (setf max-merge-docs): Private generic functions
Method, (setf merge-factor): Private generic functions
Method, (setf min-merge-docs): Private generic functions
Method, (setf more-p): Private generic functions
Method, (setf mtime): Private generic functions
Method, (setf next): Private generic functions
Method, (setf num-matchers): Private generic functions
Method, (setf occur): Private generic functions
Method, (setf occur): Private generic functions
Method, (setf other): Private generic functions
Method, (setf pointer): Private generic functions
Method, (setf pointer-max): Private generic functions
Method, (setf prox-pointer): Private generic functions
Method, (setf query): Private generic functions
Method, (setf query-weight): Private generic functions
Method, (setf reader): Public generic functions
Method, (setf score): Public generic functions
Method, (setf score-cache): Private generic functions
Method, (setf score-docs): Private generic functions
Method, (setf segment-info): Private generic functions
Method, (setf segment-info-name): Private generic functions
Method, (setf similarity): Private generic functions
Method, (setf similarity): Private generic functions
Method, (setf similarity): Private generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf skip-offset): Private generic functions
Method, (setf slop): Private generic functions
Method, (setf sort-type): Private generic functions
Method, (setf table-value): Private generic functions
Method, (setf term): Private generic functions
Method, (setf term-field): Private generic functions
Method, (setf term-idf): Private generic functions
Method, (setf term-info): Private generic functions
Method, (setf term-query-norm): Private generic functions
Method, (setf term-text): Private generic functions
Method, (setf tokens): Private generic functions
Method, (setf total-hits): Private generic functions
Method, (setf value): Private generic functions
Method, (setf value): Private generic functions
Method, (setf value): Private generic functions
Method, (setf weights): Private generic functions
Method, <=>: Private generic functions
Method, <=>: Private generic functions
Method, add: Private generic functions
Method, add-all-doc-vectors: Private generic functions
Method, add-clause: Private generic functions
Method, add-doc-fields: Private generic functions
Method, add-document: Public generic functions
Method, add-document-to-index: Public generic functions
Method, add-document-to-index-writer: Public generic functions
Method, add-document-to-writer: Private generic functions
Method, add-field: Public generic functions
Method, add-field-info: Private generic functions
Method, add-field-internal: Private generic functions
Method, add-fields: Private generic functions
Method, add-file: Private generic functions
Method, add-indexed: Private generic functions
Method, add-indexes: Private generic functions
Method, add-indexes: Private generic functions
Method, add-indexes-readers: Private generic functions
Method, add-position: Private generic functions
Method, add-query: Public generic functions
Method, add-reader: Private generic functions
Method, add-scorer: Private generic functions
Method, add-segment-info: Private generic functions
Method, add-term: Private generic functions
Method, add-term-internal: Private generic functions
Method, add-term-to-query: Private generic functions
Method, add-term-to-term-vectors-writer: Private generic functions
Method, adjust-top: Private generic functions
Method, advance-after-current: Private generic functions
Method, all-fields: Private generic functions
Method, all-tokens: Public generic functions
Method, analyzer: Public generic functions
Method, analyzer: Public generic functions
Method, analyzer: Public generic functions
Method, append-postings: Private generic functions
Method, base: Private generic functions
Method, base: Private generic functions
Method, binary-value: Private generic functions
Method, boost: Private generic functions
Method, boost: Private generic functions
Method, boost: Private generic functions
Method, buffer-size: Private generic functions
Method, buffer-size: Private generic functions
Method, buffer-skip: Private generic functions
Method, buffers: Private generic functions
Method, bytes: Private generic functions
Method, check-valid-format: Private generic functions
Method, clauses: Private generic functions
Method, clear: Private generic functions
Method, clone-object: Private generic functions
Method, clone-object: Private generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close: Public generic functions
Method, close-document: Private generic functions
Method, close-field: Private generic functions
Method, close-norms: Private generic functions
Method, close-readers: Private generic functions
Method, clrtable: Private generic functions
Method, clrtable: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, code: Private generic functions
Method, commit: Public generic functions
Method, comparator: Private generic functions
Method, comparator: Private generic functions
Method, compare: Private generic functions
Method, compare: Private generic functions
Method, compare: Private generic functions
Method, compute-multiple-fields: Private generic functions
Method, coord: Private generic functions
Method, coord-disabled?: Private generic functions
Method, coord-factor: Private generic functions
Method, coord-function: Private generic functions
Method, coordinator: Private generic functions
Method, copy-file: Private generic functions
Method, count: Private generic functions
Method, counter: Private generic functions
Method, counting-conjunction-sum-scorer: Private generic functions
Method, counting-disjunction-sum-scorer: Private generic functions
Method, create-compound-file: Private generic functions
Method, create-field: Private generic functions
Method, create-output: Private generic functions
Method, create-output: Private generic functions
Method, create-output: Private generic functions
Method, create-weight: Private generic functions
Method, create-weight: Private generic functions
Method, create-weight: Private generic functions
Method, create-weight: Private generic functions
Method, create-weight: Private generic functions
Method, current: Private generic functions
Method, data-offset: Private generic functions
Method, default-similarity-class: Private generic functions
Method, delete-at: Private generic functions
Method, delete-docs-with-term: Private generic functions
Method, delete-document: Public generic functions
Method, delete-document: Public generic functions
Method, delete-file: Private generic functions
Method, delete-file: Private generic functions
Method, delete-file: Private generic functions
Method, delete-files: Private generic functions
Method, delete-files-and-write-undeletable: Private generic functions
Method, delete-segments: Private generic functions
Method, deleted-docs: Private generic functions
Method, deleted-docs: Private generic functions
Method, deleted-p: Private generic functions
Method, deleted-p: Private generic functions
Method, deleted-p: Private generic functions
Method, difference: Private generic functions
Method, dir-offset: Private generic functions
Method, directory: Private generic functions
Method, directory: Private generic functions
Method, directory: Private generic functions
Method, dirty-p: Private generic functions
Method, do-close: Private generic functions
Method, do-close: Private generic functions
Method, do-commit: Private generic functions
Method, do-commit: Private generic functions
Method, do-delete: Private generic functions
Method, do-delete: Private generic functions
Method, do-init: Private generic functions
Method, do-next: Private generic functions
Method, do-next: Private generic functions
Method, do-search: Private generic functions
Method, do-seek: Private generic functions
Method, do-seek: Private generic functions
Method, do-set-norm: Private generic functions
Method, do-set-norm: Private generic functions
Method, do-sort: Private generic functions
Method, do-undelete-all: Private generic functions
Method, do-undelete-all: Private generic functions
Method, doc: Public generic functions
Method, doc: Public generic functions
Method, doc: Public generic functions
Method, doc: Public generic functions
Method, doc-count: Private generic functions
Method, doc-freq: Private generic functions
Method, doc-freq: Private generic functions
Method, doc-freq: Private generic functions
Method, doc-freq: Private generic functions
Method, doc-map: Private generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document: Public generic functions
Method, document-binaries: Private generic functions
Method, document-count: Private generic functions
Method, document-count: Private generic functions
Method, document-field: Public generic functions
Method, document-fields: Private generic functions
Method, document-open-p: Private generic functions
Method, document-value: Public generic functions
Method, document-values: Private generic functions
Method, documents: Private generic functions
Method, each: Public generic functions
Method, each: Public generic functions
Method, each: Public generic functions
Method, each-hit: Public generic functions
Method, each-hit: Public generic functions
Method, each-hit: Public generic functions
Method, each-hit-up-to: Private generic functions
Method, each-hit-up-to: Private generic functions
Method, emit-parser-body: Private generic functions
Method, emit-production-function: Private generic functions
Method, emit-production-function: Private generic functions
Method, end-enum: Private generic functions
Method, end-offset: Private generic functions
Method, ensure-index-is-read: Private generic functions
Method, ensure-reader-open: Private generic functions
Method, ensure-searcher-open: Private generic functions
Method, ensure-text-buf-length: Private generic functions
Method, ensure-writer-open: Private generic functions
Method, entry-count: Private generic functions
Method, enum: Private generic functions
Method, explain-score: Private generic functions
Method, extend-buffer-if-necessary: Private generic functions
Method, extract-terms: Private generic functions
Method, fake-norms: Private generic functions
Method, fake-norms: Private generic functions
Method, field: Public generic functions
Method, field: Public generic functions
Method, field: Public generic functions
Method, field: Public generic functions
Method, field-binary-p: Private generic functions
Method, field-compressed-p: Private generic functions
Method, field-count: Private generic functions
Method, field-data: Public generic functions
Method, field-indexed-p: Private generic functions
Method, field-indexed-p: Private generic functions
Method, field-infos: Private generic functions
Method, field-name: Private generic functions
Method, field-name: Private generic functions
Method, field-number: Private generic functions
Method, field-omit-norms-p: Private generic functions
Method, field-omit-norms-p: Private generic functions
Method, field-open-p: Private generic functions
Method, field-store-offsets-p: Private generic functions
Method, field-store-offsets-p: Private generic functions
Method, field-store-positions-p: Private generic functions
Method, field-store-positions-p: Private generic functions
Method, field-store-term-vector-p: Private generic functions
Method, field-store-term-vector-p: Private generic functions
Method, field-stored-p: Private generic functions
Method, field-tokenized-p: Private generic functions
Method, fields: Private generic functions
Method, fields: Private generic functions
Method, fields: Private generic functions
Method, fields: Private generic functions
Method, file-count: Private generic functions
Method, file-count: Private generic functions
Method, file-exists-p: Private generic functions
Method, file-exists-p: Private generic functions
Method, file-exists-p: Private generic functions
Method, file-name: Private generic functions
Method, file-name: Private generic functions
Method, file-names: Private generic functions
Method, file-size: Private generic functions
Method, file-size: Private generic functions
Method, file-size: Private generic functions
Method, files: Private generic functions
Method, files: Private generic functions
Method, files: Private generic functions
Method, first-index: Private generic functions
Method, first-position: Private generic functions
Method, first-scorer: Private generic functions
Method, first-time-p: Private generic functions
Method, first-time-p: Private generic functions
Method, first-to-last: Private generic functions
Method, flush: Public generic functions
Method, flush: Public generic functions
Method, flush-buffer: Private generic functions
Method, flush-buffer: Private generic functions
Method, flush-ram-segments: Private generic functions
Method, form: Private generic functions
Method, freq: Private generic functions
Method, freq: Private generic functions
Method, freq: Private generic functions
Method, freq: Private generic functions
Method, freq: Private generic functions
Method, freq: Private generic functions
Method, freq: Private generic functions
Method, freq-pointer: Private generic functions
Method, freq-pointer: Private generic functions
Method, freq-stream: Private generic functions
Method, freq-stream: Private generic functions
Method, freqs: Private generic functions
Method, full-path-for-file: Private generic functions
Method, get-bad-parse: Private generic functions
Method, get-current-version: Private generic functions
Method, get-document: Public generic functions
Method, get-document: Public generic functions
Method, get-document: Public generic functions
Method, get-document: Public generic functions
Method, get-document: Public generic functions
Method, get-document-with-term: Private generic functions
Method, get-field: Private generic functions
Method, get-field-info-byte: Private generic functions
Method, get-field-names: Private generic functions
Method, get-field-names: Private generic functions
Method, get-field-number: Private generic functions
Method, get-field-term-vector: Private generic functions
Method, get-index-offset: Private generic functions
Method, get-normal-phrase-query: Private generic functions
Method, get-norms: Private generic functions
Method, get-norms: Private generic functions
Method, get-norms-into: Private generic functions
Method, get-norms-into: Private generic functions
Method, get-position: Private generic functions
Method, get-term: Private generic functions
Method, get-term-enum: Private generic functions
Method, get-term-info: Private generic functions
Method, get-term-vector: Private generic functions
Method, get-term-vector: Private generic functions
Method, get-term-vectors: Private generic functions
Method, get-term-vectors: Private generic functions
Method, get-term-vectors-reader: Private generic functions
Method, get-terms-position: Private generic functions
Method, get-tv: Private generic functions
Method, grammar: Private generic functions
Method, grammar: Private generic functions
Method, grammar: Private generic functions
Method, has-deletions-p: Private generic functions
Method, has-deletions-p: Private generic functions
Method, has-deletions-p: Private generic functions
Method, has-deletions-p: Private generic functions
Method, has-norms-p: Private generic functions
Method, has-norms-p: Private generic functions
Method, has-norms-p: Private generic functions
Method, has-separate-norms-p: Private generic functions
Method, has-vectors-p: Private generic functions
Method, has-writes: Private generic functions
Method, idf: Private generic functions
Method, idf-phrase: Private generic functions
Method, idf-term: Private generic functions
Method, in-table-p: Private generic functions
Method, in-table-p: Private generic functions
Method, include-lower-p: Private generic functions
Method, include-upper-p: Private generic functions
Method, index: Public generic functions
Method, index-interval: Private generic functions
Method, index-of: Private generic functions
Method, index-pointer: Private generic functions
Method, index-reader-index-exists: Private generic functions
Method, indexes-of: Private generic functions
Method, info-stream: Private generic functions
Method, info-stream: Private generic functions
Method, init: Private generic functions
Method, init: Private generic functions
Method, init-counting-sum-scorer: Private generic functions
Method, init-doc: Private generic functions
Method, init-scorer-queue: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-copy: Private generic functions
Method, initialize-heap: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-reader: Private generic functions
Method, initialize-reader: Private generic functions
Method, initialize-reader: Private generic functions
Method, input-stream: Private generic functions
Method, invert-document: Private generic functions
Method, is-token: Private generic functions
Method, is-token: Private generic functions
Method, kind: Private generic functions
Method, last-index: Private generic functions
Method, last-scorer: Private generic functions
Method, latest-p: Private generic functions
Method, length-norm: Private generic functions
Method, less-than: Private generic functions
Method, less-than: Private generic functions
Method, less-than: Private generic functions
Method, less-than: Private generic functions
Method, less-than: Private generic functions
Method, less-than: Private generic functions
Method, less-than: Private generic functions
Method, lower-term: Private generic functions
Method, make-counting-sum-scorer: Private generic functions
Method, make-counting-sum-scorer2: Private generic functions
Method, make-counting-sum-scorer3: Private generic functions
Method, make-grammar: Private generic functions
Method, make-grammar: Private generic functions
Method, make-grammar: Private generic functions
Method, make-grammar: Private generic functions
Method, make-lock: Private generic functions
Method, make-lock: Private generic functions
Method, make-new-buffer: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, make-special-grammar: Private generic functions
Method, max-clause-count: Private generic functions
Method, max-coord: Private generic functions
Method, max-doc: Public generic functions
Method, max-doc: Public generic functions
Method, max-doc: Public generic functions
Method, max-merge-docs: Private generic functions
Method, maybe-merge-segments: Private generic functions
Method, merge: Private generic functions
Method, merge-factor: Private generic functions
Method, merge-fields: Private generic functions
Method, merge-norms: Private generic functions
Method, merge-segments: Private generic functions
Method, merge-term-info: Private generic functions
Method, merge-term-infos: Private generic functions
Method, merge-terms: Private generic functions
Method, merge-vectors: Private generic functions
Method, min-merge-docs: Private generic functions
Method, modified-time: Private generic functions
Method, modified-time: Private generic functions
Method, modified-time: Private generic functions
Method, more-p: Private generic functions
Method, more-p: Private generic functions
Method, mtime: Private generic functions
Method, multi-term-docs: Private generic functions
Method, name: Private generic functions
Method, name: Private generic functions
Method, name: Private generic functions
Method, name: Private generic functions
Method, name: Private generic functions
Method, new-segment-name: Private generic functions
Method, next: Private generic functions
Method, next-position: Private generic functions
Method, next-position: Private generic functions
Method, next-position: Private generic functions
Method, next-position: Private generic functions
Method, next-token: Private generic functions
Method, next-token: Private generic functions
Method, next-token: Private generic functions
Method, next-token: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, next?: Private generic functions
Method, normalize: Private generic functions
Method, normalize: Private generic functions
Method, normalize: Private generic functions
Method, normalize-weight: Private generic functions
Method, normalize-weight: Private generic functions
Method, normalize-weight: Private generic functions
Method, normalize-weight: Private generic functions
Method, norms: Private generic functions
Method, num-docs: Private generic functions
Method, num-docs: Private generic functions
Method, num-matchers: Private generic functions
Method, occur: Private generic functions
Method, offset: Private generic functions
Method, offsets: Private generic functions
Method, offsets: Private generic functions
Method, offsets: Private generic functions
Method, open-document: Private generic functions
Method, open-field: Private generic functions
Method, open-input: Private generic functions
Method, open-input: Private generic functions
Method, open-input: Private generic functions
Method, open-norms: Private generic functions
Method, optimize: Public generic functions
Method, optimize: Public generic functions
Method, other: Private generic functions
Method, out: Private generic functions
Method, parent: Private generic functions
Method, parse: Private generic functions
Method, persist: Private generic functions
Method, phrase-count: Private generic functions
Method, phrase-freq: Private generic functions
Method, phrase-freq: Private generic functions
Method, phrase-position: Private generic functions
Method, pointer: Private generic functions
Method, pointer: Private generic functions
Method, pointer-max: Private generic functions
Method, pos: Private generic functions
Method, pos: Private generic functions
Method, pos: Private generic functions
Method, position-increment-gap: Private generic functions
Method, positions: Private generic functions
Method, positions: Private generic functions
Method, positions: Private generic functions
Method, positions: Private generic functions
Method, positions: Private generic functions
Method, pq->list: Private generic functions
Method, previous: Private generic functions
Method, print-file: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, process-query: Private generic functions
Method, productions-called: Private generic functions
Method, productions-called: Private generic functions
Method, productions-called: Private generic functions
Method, productions-called: Private generic functions
Method, productions-called: Private generic functions
Method, productions-called: Private generic functions
Method, productions-used: Private generic functions
Method, productions-used: Private generic functions
Method, productions-used: Private generic functions
Method, productions-used: Private generic functions
Method, productions-used: Private generic functions
Method, productions-used: Private generic functions
Method, productions-used: Private generic functions
Method, prohibited: Private generic functions
Method, prohibited?: Private generic functions
Method, prox-pointer: Private generic functions
Method, prox-pointer: Private generic functions
Method, prox-stream: Private generic functions
Method, prox-stream: Private generic functions
Method, query: Private generic functions
Method, query: Private generic functions
Method, query: Private generic functions
Method, query: Private generic functions
Method, query: Private generic functions
Method, query-delete: Public generic functions
Method, query-norm: Private generic functions
Method, query-update: Public generic functions
Method, query-weight: Private generic functions
Method, queue-clear: Private generic functions
Method, queue-insert: Private generic functions
Method, queue-pop: Private generic functions
Method, queue-push: Private generic functions
Method, queue-top: Private generic functions
Method, re-write: Private generic functions
Method, read: Private generic functions
Method, read-byte: Private generic functions
Method, read-bytes: Private generic functions
Method, read-chars: Private generic functions
Method, read-deletable-files: Private generic functions
Method, read-int: Private generic functions
Method, read-internal: Private generic functions
Method, read-internal: Private generic functions
Method, read-internal: Private generic functions
Method, read-long: Private generic functions
Method, read-segment-infos: Private generic functions
Method, read-segment-term-doc-enum: Private generic functions
Method, read-segment-term-doc-enum: Private generic functions
Method, read-segment-term-doc-enum: Private generic functions
Method, read-string: Private generic functions
Method, read-term-buffer: Private generic functions
Method, read-term-vector: Private generic functions
Method, read-term-vectors: Private generic functions
Method, read-uint: Private generic functions
Method, read-ulong: Private generic functions
Method, read-vint: Private generic functions
Method, read-vlong: Private generic functions
Method, reader: Public generic functions
Method, reader: Public generic functions
Method, reader-index: Private generic functions
Method, reader-value: Private generic functions
Method, readers: Private generic functions
Method, refill: Private generic functions
Method, refresh: Private generic functions
Method, remove-field: Private generic functions
Method, remove-fields: Private generic functions
Method, remtable: Private generic functions
Method, remtable: Private generic functions
Method, rename-file: Private generic functions
Method, rename-file: Private generic functions
Method, rename-file: Private generic functions
Method, required: Private generic functions
Method, required-scorers: Private generic functions
Method, required?: Private generic functions
Method, reset: Private generic functions
Method, reset: Private generic functions
Method, reset-skip: Private generic functions
Method, reverse-p: Private generic functions
Method, rewrite: Private generic functions
Method, rewrite: Private generic functions
Method, rewrite: Private generic functions
Method, rewrite: Private generic functions
Method, rewrite: Private generic functions
Method, save-data: Private generic functions
Method, scan-for-term: Private generic functions
Method, scan-for-term-info: Private generic functions
Method, scan-to: Private generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score: Public generic functions
Method, score-cache: Private generic functions
Method, score-docs: Private generic functions
Method, scorer: Public generic functions
Method, scorer: Public generic functions
Method, scorer: Public generic functions
Method, scorer: Public generic functions
Method, scorers: Private generic functions
Method, search: Public generic functions
Method, search: Public generic functions
Method, search-each: Public generic functions
Method, search-each: Public generic functions
Method, searcher: Private generic functions
Method, searcher: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek: Private generic functions
Method, seek-enum: Private generic functions
Method, seek-internal: Private generic functions
Method, seek-internal: Private generic functions
Method, seek-internal: Private generic functions
Method, seek-segment-term: Private generic functions
Method, segment: Private generic functions
Method, segment-info: Private generic functions
Method, segment-info-name: Private generic functions
Method, segment-info=: Private generic functions
Method, segment-reader: Private generic functions
Method, set-fields: Private generic functions
Method, set-from-term-buffer: Private generic functions
Method, set-from-term-info: Private generic functions
Method, set-norm: Private generic functions
Method, set-table-value: Private generic functions
Method, set-table-value: Private generic functions
Method, set-term: Private generic functions
Method, set-values: Private generic functions
Method, similarity: Private generic functions
Method, similarity: Private generic functions
Method, similarity: Private generic functions
Method, similarity: Private generic functions
Method, similarity: Private generic functions
Method, similarity-implementation: Private generic functions
Method, similarity-implementation: Private generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, skip-interval: Private generic functions
Method, skip-interval: Private generic functions
Method, skip-interval: Private generic functions
Method, skip-offset: Private generic functions
Method, skip-prox: Private generic functions
Method, skip-prox: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skip-to: Private generic functions
Method, skipping-doc: Private generic functions
Method, skipping-doc: Private generic functions
Method, slop: Private generic functions
Method, sloppy-freq: Private generic functions
Method, sort-posting-table: Private generic functions
Method, sort-scorers: Private generic functions
Method, sort-type: Private generic functions
Method, sort-type: Private generic functions
Method, start-offset: Private generic functions
Method, starts: Private generic functions
Method, string-value: Private generic functions
Method, sub-grammar: Private generic functions
Method, sub-grammars: Private generic functions
Method, sum-of-squared-weights: Private generic functions
Method, sum-of-squared-weights: Private generic functions
Method, sum-of-squared-weights: Private generic functions
Method, sum-of-squared-weights: Private generic functions
Method, table-entry: Private generic functions
Method, table-keys: Private generic functions
Method, table-keys: Private generic functions
Method, table-like-p: Private generic functions
Method, table-like-p: Private generic functions
Method, table-like-p: Private generic functions
Method, table-value: Private generic functions
Method, table-value: Private generic functions
Method, table-values: Private generic functions
Method, table-values: Private generic functions
Method, term: Private generic functions
Method, term: Private generic functions
Method, term: Private generic functions
Method, term: Private generic functions
Method, term: Private generic functions
Method, term: Private generic functions
Method, term: Private generic functions
Method, term: Private generic functions
Method, term-buffer: Private generic functions
Method, term-buffer: Private generic functions
Method, term-compare: Private generic functions
Method, term-compare: Private generic functions
Method, term-compare: Private generic functions
Method, term-doc-freq: Private generic functions
Method, term-doc-freq: Private generic functions
Method, term-doc-freq: Private generic functions
Method, term-doc-freqs: Private generic functions
Method, term-docs: Private generic functions
Method, term-docs: Private generic functions
Method, term-docs: Private generic functions
Method, term-docs-for: Private generic functions
Method, term-docs-from-reader: Private generic functions
Method, term-docs-from-reader: Private generic functions
Method, term-enum: Private generic functions
Method, term-field: Private generic functions
Method, term-frequencies: Private generic functions
Method, term-idf: Private generic functions
Method, term-info: Private generic functions
Method, term-infos: Private generic functions
Method, term-positions: Private generic functions
Method, term-positions: Private generic functions
Method, term-positions-for: Private generic functions
Method, term-query-norm: Private generic functions
Method, term-text: Private generic functions
Method, term-text: Private generic functions
Method, term-text: Private generic functions
Method, term=: Private generic functions
Method, term=: Private generic functions
Method, terms: Private generic functions
Method, terms: Private generic functions
Method, terms: Private generic functions
Method, terms: Private generic functions
Method, terms: Private generic functions
Method, terms-from: Private generic functions
Method, terms-from: Private generic functions
Method, terms-from: Private generic functions
Method, text: Private generic functions
Method, text-length: Private generic functions
Method, tf: Private generic functions
Method, to-non-excluded: Private generic functions
Method, to-string: Private generic functions
Method, to-term: Private generic functions
Method, token-regexp: Private generic functions
Method, token-regexp: Private generic functions
Method, token-regexp: Private generic functions
Method, token-regexp: Private generic functions
Method, token-stream: Private generic functions
Method, token-stream: Private generic functions
Method, token-stream: Private generic functions
Method, token-stream: Private generic functions
Method, token-stream: Private generic functions
Method, tokens: Private generic functions
Method, total-hits: Private generic functions
Method, touch: Private generic functions
Method, touch: Private generic functions
Method, touch: Private generic functions
Method, tp-enum: Private generic functions
Method, try-to-delete-files: Private generic functions
Method, undelete-all: Private generic functions
Method, update: Public generic functions
Method, upper-term: Private generic functions
Method, use-active-field: Private generic functions
Method, uses-compound-file-p: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
Method, variables: Private generic functions
Method, version: Private generic functions
Method, weight: Public generic functions
Method, weight-value: Private generic functions
Method, weights: Private generic functions
Method, write: Private generic functions
Method, write-byte: Private generic functions
Method, write-bytes: Private generic functions
Method, write-chars: Private generic functions
Method, write-deletable-files: Private generic functions
Method, write-doc: Private generic functions
Method, write-field: Private generic functions
Method, write-int: Private generic functions
Method, write-long: Private generic functions
Method, write-norms: Private generic functions
Method, write-postings: Private generic functions
Method, write-segment-infos: Private generic functions
Method, write-skip: Private generic functions
Method, write-string: Private generic functions
Method, write-term: Private generic functions
Method, write-to: Private generic functions
Method, write-to-dir: Private generic functions
Method, write-uint: Private generic functions
Method, write-ulong: Private generic functions
Method, write-vint: Private generic functions
Method, write-vlong: Private generic functions
Method, writer: Public generic functions
min-merge-docs: Private generic functions
min-merge-docs: Private generic functions
modified-time: Private generic functions
modified-time: Private generic functions
modified-time: Private generic functions
modified-time: Private generic functions
more-p: Private generic functions
more-p: Private generic functions
more-p: Private generic functions
mtime: Private generic functions
mtime: Private generic functions
multi-term-docs: Private generic functions
multi-term-docs: Private generic functions

N
name: Private generic functions
name: Private generic functions
name: Private generic functions
name: Private generic functions
name: Private generic functions
name: Private generic functions
name: Private generic functions
new-segment-name: Private generic functions
new-segment-name: Private generic functions
next: Private generic functions
next: Private generic functions
next-position: Private generic functions
next-position: Private generic functions
next-position: Private generic functions
next-position: Private generic functions
next-position: Private generic functions
next-token: Private generic functions
next-token: Private generic functions
next-token: Private generic functions
next-token: Private generic functions
next-token: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
next?: Private generic functions
normalize: Private generic functions
normalize: Private generic functions
normalize: Private generic functions
normalize: Private generic functions
normalize-file-name: Private ordinary functions
normalize-weight: Private generic functions
normalize-weight: Private generic functions
normalize-weight: Private generic functions
normalize-weight: Private generic functions
normalize-weight: Private generic functions
norms: Private generic functions
norms: Private generic functions
not-wildcard-char-p: Private ordinary functions
num-docs: Private generic functions
num-docs: Private generic functions
num-docs: Private generic functions
num-matchers: Private generic functions
num-matchers: Private generic functions

O
obtain: Private generic functions
occur: Private generic functions
occur: Private generic functions
offset: Private generic functions
offset: Private generic functions
offsets: Private generic functions
offsets: Private generic functions
offsets: Private generic functions
offsets: Private generic functions
once-only: Private macros
open-document: Private generic functions
open-document: Private generic functions
open-field: Private generic functions
open-field: Private generic functions
open-index-reader: Private ordinary functions
open-input: Private generic functions
open-input: Private generic functions
open-input: Private generic functions
open-input: Private generic functions
open-norms: Private generic functions
open-norms: Private generic functions
open-segment-file: Private ordinary functions
optimize: Public generic functions
optimize: Public generic functions
optimize: Public generic functions
other: Private generic functions
other: Private generic functions
out: Private generic functions
out: Private generic functions

P
parent: Private generic functions
parent: Private generic functions
parse: Private generic functions
parse: Private generic functions
parse-float: Private ordinary functions
parselet: Public macros
persist: Private generic functions
persist: Private generic functions
phrase-count: Private generic functions
phrase-count: Private generic functions
phrase-freq: Private generic functions
phrase-freq: Private generic functions
phrase-freq: Private generic functions
phrase-position: Private generic functions
phrase-position: Private generic functions
pipe-elt: Private ordinary functions
pipe-head: Private ordinary functions
pipe-tail: Private ordinary functions
pointer: Private generic functions
pointer: Private generic functions
pointer: Private generic functions
pointer-max: Private generic functions
pointer-max: Private generic functions
pos: Private generic functions
pos: Private generic functions
pos: Private generic functions
pos: Private generic functions
position-increment-gap: Private generic functions
position-increment-gap: Private generic functions
positions: Private generic functions
positions: Private generic functions
positions: Private generic functions
positions: Private generic functions
positions: Private generic functions
positions: Private generic functions
posting-key: Private ordinary functions
pq->list: Private generic functions
pq->list: Private generic functions
previous: Private generic functions
previous: Private generic functions
print-file: Private generic functions
print-file: Private generic functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
process-query: Private generic functions
process-query: Private generic functions
productions-called: Private generic functions
productions-called: Private generic functions
productions-called: Private generic functions
productions-called: Private generic functions
productions-called: Private generic functions
productions-called: Private generic functions
productions-called: Private generic functions
productions-used: Private generic functions
productions-used: Private generic functions
productions-used: Private generic functions
productions-used: Private generic functions
productions-used: Private generic functions
productions-used: Private generic functions
productions-used: Private generic functions
productions-used: Private generic functions
prohibited: Private generic functions
prohibited: Private generic functions
prohibited?: Private generic functions
prohibited?: Private generic functions
prox-pointer: Private generic functions
prox-pointer: Private generic functions
prox-pointer: Private generic functions
prox-stream: Private generic functions
prox-stream: Private generic functions
prox-stream: Private generic functions

Q
query: Private generic functions
query: Private generic functions
query: Private generic functions
query: Private generic functions
query: Private generic functions
query: Private generic functions
query-delete: Public generic functions
query-delete: Public generic functions
query-norm: Private generic functions
query-norm: Private generic functions
query-update: Public generic functions
query-update: Public generic functions
query-weight: Private generic functions
query-weight: Private generic functions
queue-clear: Private generic functions
queue-clear: Private generic functions
queue-insert: Private generic functions
queue-insert: Private generic functions
queue-pop: Private generic functions
queue-pop: Private generic functions
queue-push: Private generic functions
queue-push: Private generic functions
queue-top: Private generic functions
queue-top: Private generic functions

R
r: Private ordinary functions
re-write: Private generic functions
re-write: Private generic functions
read: Private generic functions
read: Private generic functions
read-bit-vector: Private ordinary functions
read-byte: Private generic functions
read-byte: Private generic functions
read-bytes: Private generic functions
read-bytes: Private generic functions
read-chars: Private generic functions
read-chars: Private generic functions
read-deletable-files: Private generic functions
read-deletable-files: Private generic functions
read-docs: Private generic functions
read-int: Private generic functions
read-int: Private generic functions
read-internal: Private generic functions
read-internal: Private generic functions
read-internal: Private generic functions
read-internal: Private generic functions
read-long: Private generic functions
read-long: Private generic functions
read-segment-infos: Private generic functions
read-segment-infos: Private generic functions
read-segment-term-doc-enum: Private generic functions
read-segment-term-doc-enum: Private generic functions
read-segment-term-doc-enum: Private generic functions
read-segment-term-doc-enum: Private generic functions
read-string: Private generic functions
read-string: Private generic functions
read-term-buffer: Private generic functions
read-term-buffer: Private generic functions
read-term-vector: Private generic functions
read-term-vector: Private generic functions
read-term-vectors: Private generic functions
read-term-vectors: Private generic functions
read-uint: Private generic functions
read-uint: Private generic functions
read-ulong: Private generic functions
read-ulong: Private generic functions
read-vint: Private generic functions
read-vint: Private generic functions
read-vlong: Private generic functions
read-vlong: Private generic functions
reader: Public generic functions
reader: Public generic functions
reader: Public generic functions
reader-index: Private generic functions
reader-index: Private generic functions
reader-value: Private generic functions
reader-value: Private generic functions
readers: Private generic functions
readers: Private generic functions
refill: Private generic functions
refill: Private generic functions
refresh: Private generic functions
refresh: Private generic functions
release: Private generic functions
remove-field: Private generic functions
remove-field: Private generic functions
remove-fields: Private generic functions
remove-fields: Private generic functions
remtable: Private generic functions
remtable: Private generic functions
remtable: Private generic functions
rename-file: Private generic functions
rename-file: Private generic functions
rename-file: Private generic functions
rename-file: Private generic functions
required: Private generic functions
required: Private generic functions
required-scorers: Private generic functions
required-scorers: Private generic functions
required?: Private generic functions
required?: Private generic functions
reset: Private generic functions
reset: Private generic functions
reset: Private generic functions
reset-skip: Private generic functions
reset-skip: Private generic functions
reverse-p: Private generic functions
reverse-p: Private generic functions
rewrite: Private generic functions
rewrite: Private generic functions
rewrite: Private generic functions
rewrite: Private generic functions
rewrite: Private generic functions
rewrite: Private generic functions

S
save-data: Private generic functions
save-data: Private generic functions
scan-for-term: Private generic functions
scan-for-term: Private generic functions
scan-for-term-info: Private generic functions
scan-for-term-info: Private generic functions
scan-to: Private generic functions
scan-to: Private generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score: Public generic functions
score-cache: Private generic functions
score-cache: Private generic functions
score-docs: Private generic functions
score-docs: Private generic functions
scorer: Public generic functions
scorer: Public generic functions
scorer: Public generic functions
scorer: Public generic functions
scorer: Public generic functions
scorers: Private generic functions
scorers: Private generic functions
search: Public generic functions
search: Public generic functions
search: Public generic functions
search-each: Public generic functions
search-each: Public generic functions
search-each: Public generic functions
searcher: Private generic functions
searcher: Private generic functions
searcher: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek: Private generic functions
seek-enum: Private generic functions
seek-enum: Private generic functions
seek-internal: Private generic functions
seek-internal: Private generic functions
seek-internal: Private generic functions
seek-internal: Private generic functions
seek-segment-term: Private generic functions
seek-segment-term: Private generic functions
segment: Private generic functions
segment: Private generic functions
segment-info: Private generic functions
segment-info: Private generic functions
segment-info-name: Private generic functions
segment-info-name: Private generic functions
segment-info=: Private generic functions
segment-info=: Private generic functions
segment-infos-read-current-version: Private ordinary functions
segment-reader: Private generic functions
segment-reader: Private generic functions
set-bit: Private ordinary functions
set-fields: Private generic functions
set-fields: Private generic functions
set-from-term-buffer: Private generic functions
set-from-term-buffer: Private generic functions
set-from-term-info: Private generic functions
set-from-term-info: Private generic functions
set-norm: Private generic functions
set-norm: Private generic functions
set-table-value: Private generic functions
set-table-value: Private generic functions
set-table-value: Private generic functions
set-term: Private generic functions
set-term: Private generic functions
set-values: Private generic functions
set-values: Private generic functions
Setf Expander, (setf get-index-option): Private ordinary functions
setto: Private ordinary functions
similarity: Private generic functions
similarity: Private generic functions
similarity: Private generic functions
similarity: Private generic functions
similarity: Private generic functions
similarity: Private generic functions
similarity-byte-to-float: Private ordinary functions
similarity-decode-norm: Private ordinary functions
similarity-encode-norm: Private ordinary functions
similarity-float-to-byte: Private ordinary functions
similarity-implementation: Private generic functions
similarity-implementation: Private generic functions
similarity-implementation: Private generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
skip-interval: Private generic functions
skip-interval: Private generic functions
skip-interval: Private generic functions
skip-interval: Private generic functions
skip-offset: Private generic functions
skip-offset: Private generic functions
skip-prox: Private generic functions
skip-prox: Private generic functions
skip-prox: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skip-to: Private generic functions
skipping-doc: Private generic functions
skipping-doc: Private generic functions
skipping-doc: Private generic functions
slop: Private generic functions
slop: Private generic functions
sloppy-freq: Private generic functions
sloppy-freq: Private generic functions
slot-definition-name: Private ordinary functions
sort-posting-table: Private generic functions
sort-posting-table: Private generic functions
sort-scorers: Private generic functions
sort-scorers: Private generic functions
sort-type: Private generic functions
sort-type: Private generic functions
sort-type: Private generic functions
sort-value: Private generic functions
start-offset: Private generic functions
start-offset: Private generic functions
starts: Private generic functions
starts: Private generic functions
stem: Private ordinary functions
step1ab: Private ordinary functions
step1c: Private ordinary functions
step2: Private ordinary functions
step3: Private ordinary functions
step4: Private ordinary functions
step5: Private ordinary functions
stream-contents: Private ordinary functions
string-begins: Private ordinary functions
string-compare: Private ordinary functions
string-scanner: Private ordinary functions
string-to-bytes: Private ordinary functions
string-value: Private generic functions
string-value: Private generic functions
stringify: Private ordinary functions
sub-grammar: Private generic functions
sub-grammar: Private generic functions
sub-grammars: Private generic functions
sub-grammars: Private generic functions
sum-of-squared-weights: Private generic functions
sum-of-squared-weights: Private generic functions
sum-of-squared-weights: Private generic functions
sum-of-squared-weights: Private generic functions
sum-of-squared-weights: Private generic functions

T
table-entries: Private ordinary functions
table-entry: Private generic functions
table-entry: Private generic functions
table-keys: Private generic functions
table-keys: Private generic functions
table-keys: Private generic functions
table-like-p: Private generic functions
table-like-p: Private generic functions
table-like-p: Private generic functions
table-like-p: Private generic functions
table-p: Private ordinary functions
table-test: Private ordinary functions
table-value: Private generic functions
table-value: Private generic functions
table-value: Private generic functions
table-values: Private generic functions
table-values: Private generic functions
table-values: Private generic functions
term: Private generic functions
term: Private generic functions
term: Private generic functions
term: Private generic functions
term: Private generic functions
term: Private generic functions
term: Private generic functions
term: Private generic functions
term: Private generic functions
term-buffer: Private generic functions
term-buffer: Private generic functions
term-buffer: Private generic functions
term-buffer-compare: Private ordinary functions
term-buffer<: Private ordinary functions
term-buffer=: Private ordinary functions
term-buffer>: Private ordinary functions
term-compare: Private generic functions
term-compare: Private generic functions
term-compare: Private generic functions
term-compare: Private generic functions
term-doc-freq: Private generic functions
term-doc-freq: Private generic functions
term-doc-freq: Private generic functions
term-doc-freq: Private generic functions
term-doc-freqs: Private generic functions
term-doc-freqs: Private generic functions
term-docs: Private generic functions
term-docs: Private generic functions
term-docs: Private generic functions
term-docs: Private generic functions
term-docs-for: Private generic functions
term-docs-for: Private generic functions
term-docs-from-reader: Private generic functions
term-docs-from-reader: Private generic functions
term-docs-from-reader: Private generic functions
term-enum: Private generic functions
term-enum: Private generic functions
term-field: Private generic functions
term-field: Private generic functions
term-frequencies: Private generic functions
term-frequencies: Private generic functions
term-idf: Private generic functions
term-idf: Private generic functions
term-info: Private generic functions
term-info: Private generic functions
term-info=: Private ordinary functions
term-infos: Private generic functions
term-infos: Private generic functions
term-p: Private ordinary functions
term-positions: Private generic functions
term-positions: Private generic functions
term-positions: Private generic functions
term-positions-for: Private generic functions
term-positions-for: Private generic functions
term-query-norm: Private generic functions
term-query-norm: Private generic functions
term-text: Private generic functions
term-text: Private generic functions
term-text: Private generic functions
term-text: Private generic functions
term-vector-offset-info=: Private ordinary functions
term<: Private ordinary functions
term=: Private generic functions
term=: Private generic functions
term=: Private generic functions
term>: Private ordinary functions
terms: Private generic functions
terms: Private generic functions
terms: Private generic functions
terms: Private generic functions
terms: Private generic functions
terms: Private generic functions
terms-from: Private generic functions
terms-from: Private generic functions
terms-from: Private generic functions
terms-from: Private generic functions
text: Private generic functions
text: Private generic functions
text-length: Private generic functions
text-length: Private generic functions
tf: Private generic functions
tf: Private generic functions
to-non-excluded: Private generic functions
to-non-excluded: Private generic functions
to-string: Private generic functions
to-string: Private generic functions
to-term: Private generic functions
to-term: Private generic functions
token-compare: Private ordinary functions
token-end: Private ordinary functions
token-image: Public ordinary functions
token-increment: Private ordinary functions
token-p: Private ordinary functions
token-regexp: Private generic functions
token-regexp: Private generic functions
token-regexp: Private generic functions
token-regexp: Private generic functions
token-regexp: Private generic functions
token-start: Private ordinary functions
token-stream: Private generic functions
token-stream: Private generic functions
token-stream: Private generic functions
token-stream: Private generic functions
token-stream: Private generic functions
token-stream: Private generic functions
token-type: Private ordinary functions
token=: Private ordinary functions
tokenize-file: Private ordinary functions
tokens: Private generic functions
tokens: Private generic functions
total-hits: Private generic functions
total-hits: Private generic functions
touch: Private generic functions
touch: Private generic functions
touch: Private generic functions
touch: Private generic functions
tp-enum: Private generic functions
tp-enum: Private generic functions
try-to-delete-files: Private generic functions
try-to-delete-files: Private generic functions
tv-field-number: Private ordinary functions
tv-field-p: Private ordinary functions
tv-field-store-offsets: Private ordinary functions
tv-field-store-positions: Private ordinary functions
tv-field-tvf-pointer: Private ordinary functions

U
uncompress: Private ordinary functions
undelete-all: Private generic functions
undelete-all: Private generic functions
update: Public generic functions
update: Public generic functions
upper-term: Private generic functions
upper-term: Private generic functions
use-active-field: Private generic functions
use-active-field: Private generic functions
uses-compound-file-p: Private generic functions
uses-compound-file-p: Private generic functions

V
value: Private generic functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
variables: Private generic functions
variables: Private generic functions
version: Private generic functions
version: Private generic functions
vowelinstem: Private ordinary functions

W
weight: Public generic functions
weight: Public generic functions
weight-value: Private generic functions
weight-value: Private generic functions
weights: Private generic functions
weights: Private generic functions
while: Private macros
white-space-p: Private ordinary functions
wildcard-char-p: Private ordinary functions
with-gensyms: Private macros
with-lock: Private macros
with-sub-reader: Private macros
write: Private generic functions
write: Private generic functions
write-bit-vector: Private ordinary functions
write-byte: Private generic functions
write-byte: Private generic functions
write-bytes: Private generic functions
write-bytes: Private generic functions
write-chars: Private generic functions
write-chars: Private generic functions
write-deletable-files: Private generic functions
write-deletable-files: Private generic functions
write-doc: Private generic functions
write-doc: Private generic functions
write-field: Private generic functions
write-field: Private generic functions
write-int: Private generic functions
write-int: Private generic functions
write-long: Private generic functions
write-long: Private generic functions
write-norms: Private generic functions
write-norms: Private generic functions
write-postings: Private generic functions
write-postings: Private generic functions
write-segment-infos: Private generic functions
write-segment-infos: Private generic functions
write-skip: Private generic functions
write-skip: Private generic functions
write-string: Private generic functions
write-string: Private generic functions
write-term: Private generic functions
write-term: Private generic functions
write-to: Private generic functions
write-to: Private generic functions
write-to-dir: Private generic functions
write-to-dir: Private generic functions
write-uint: Private generic functions
write-uint: Private generic functions
write-ulong: Private generic functions
write-ulong: Private generic functions
write-vint: Private generic functions
write-vint: Private generic functions
write-vlong: Private generic functions
write-vlong: Private generic functions
writer: Public generic functions
writer: Public generic functions


A.3 Variables

Jump to:   *   +  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   Q   R   S   T   U   V   W  
Index Entry  Section

*
*acronym-word-regexp*: Private special variables
*apostrophe-s-regexp*: Private special variables
*apostrophe-word-regexp*: Private special variables
*auto-sorter*: Private special variables
*default-buffer-size*: Private special variables
*directory-cache*: Private special variables
*doc-sorter*: Private special variables
*dot-regexp*: Private special variables
*english-stop-words*: Private special variables
*fdt-extension*: Private special variables
*fdx-extension*: Private special variables
*field-doc*: Private special variables
*field-score*: Private special variables
*float-sorter*: Private special variables
*fnm-extension*: Private special variables
*frq-extension*: Private special variables
*index-compound-extensions*: Private special variables
*index-deletable-filename*: Private special variables
*index-filename-extensions*: Private special variables
*index-order*: Private special variables
*index-reader-filename-extensions*: Private special variables
*index-segments-filename*: Private special variables
*index-vector-extensions*: Private special variables
*index-writer-commit-lock-name*: Private special variables
*index-writer-commit-lock-timeout*: Private special variables
*index-writer-default-max-field-length*: Private special variables
*index-writer-default-max-merge-docs*: Private special variables
*index-writer-default-merge-factor*: Private special variables
*index-writer-default-min-merge-docs*: Private special variables
*index-writer-default-term-index-interval*: Private special variables
*index-writer-write-lock-name*: Private special variables
*index-writer-write-lock-timeout*: Private special variables
*int-sorter*: Private special variables
*norm-table*: Private special variables
*productions*: Private special variables
*prx-extension*: Private special variables
*relevance*: Private special variables
*score-sorter*: Private special variables
*segment-filename*: Private special variables
*segment-format*: Private special variables
*string-sorter*: Private special variables
*temporary-segment-filename*: Private special variables
*term-vectors-format-size*: Private special variables
*term-vectors-format-version*: Private special variables
*tvd-extension*: Private special variables
*tvf-extension*: Private special variables
*tvx-extension*: Private special variables
*valid-index-options*: Private special variables

+
+default-max-clause-count+: Private special variables
+field-is-binary-bit+: Private special variables
+field-is-compressed-bit+: Private special variables
+field-is-tokenized-bit+: Private special variables
+int-max+: Private special variables
+is-indexed+: Private special variables
+max-docs+: Private special variables
+not-a-field+: Private special variables
+omit-norms+: Private special variables
+score-cache-size+: Private special variables
+store-offset+: Private special variables
+store-offset-with-term-vector+: Private special variables
+store-position+: Private special variables
+store-positions-with-term-vector+: Private special variables
+store-term-vector+: Private special variables
+term-infos-format+: Private special variables
+wildcard-char+: Private special variables
+wildcard-string+: Private special variables

A
analyzer: Public classes
analyzer: Public classes
analyzer: Private classes
analyzer: Private classes
analyzers: Private classes
auto-flush-p: Public classes

B
base: Private classes
base: Private classes
base: Private classes
binary-p: Public classes
boost: Public classes
boost: Public classes
boost: Private classes
buffer: Private classes
buffer: Private classes
buffer-length: Private classes
buffer-position: Private classes
buffer-position: Private classes
buffer-size: Private classes
buffer-size: Private classes
buffer-start: Private classes
buffer-start: Private classes
buffers: Private classes
bytes: Private classes

C
cached-term-enum: Private classes
cached-tv-reader: Private classes
cfs-reader: Private classes
clauses: Public classes
close-dir-p: Public classes
close-dir-p: Public classes
close-directory-p: Private classes
closed-p: Private classes
comparator: Private classes
comparator: Private classes
comparator: Private classes
compressed-p: Public classes
Constant, empty-pipe: Private constants
contents: Private classes
coord: Private classes
coord-disabled: Public classes
coord-factors: Private classes
coord-function: Private classes
coordinator: Private classes
count: Private classes
count: Private classes
counter: Private classes
counting-sum-scorer: Private classes
current: Private classes
current-doc: Private classes
current-doc-pointer: Private classes
current-field: Private classes
current-score: Private classes

D
data: Public classes
data-offset: Private classes
default-analyzer: Private classes
default-field: Public classes
default-field: Private classes
default-occur: Private classes
default-search-field: Public classes
default-similarity-class: Private classes
default-slop: Private classes
deleted-docs: Private classes
deleted-docs: Private classes
deleted-docs-dirty-p: Private classes
dir: Public classes
dir: Private classes
dir-offset: Private classes
directory: Public classes
directory: Public classes
directory: Private classes
directory: Private classes
directory: Private classes
directory: Private classes
directory: Private classes
directory: Private classes
directory: Private classes
directory-owner: Private classes
dirty-p: Private classes
doc: Private classes
doc: Private classes
doc: Private classes
doc-count: Private classes
doc-freq: Private classes
doc-freq: Private classes
doc-freq: Private classes
doc-map: Private classes
document: Private classes
document: Private classes
documents: Private classes

E
element-type: Private classes
elements: Private classes
empty-pipe: Private constants
end: Private structures
end-enum: Private classes
end-offset: Private classes
entries: Private structures
entries: Private classes
enum: Private classes
excl-scorer: Private classes

F
fi-array: Private classes
fi-hash: Private classes
field: Private structures
field: Private classes
field: Private classes
field: Private classes
field: Private classes
field: Private classes
field: Private classes
field-boosts: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-infos: Private classes
field-lengths: Private classes
field-offsets: Private classes
field-positions: Private classes
fields: Public classes
fields: Private classes
fields: Private classes
fields: Private classes
fields: Private classes
fields: Private classes
fields-reader: Private classes
fields-stream: Private classes
fields-stream: Private classes
file: Private classes
file: Private classes
file: Private classes
file: Private classes
file-entries: Private classes
file-name: Private classes
file-name: Private classes
file-name: Private classes
file-offset: Private classes
files: Private classes
first: Private classes
first-time-opt-scorer-p: Private classes
first-time-p: Private classes
first-time-p: Private classes
first-time-p: Private classes
form: Private classes
format: Private classes
format: Private classes
freq: Private classes
freq: Private classes
freq: Private classes
freq: Private classes
freq: Private classes
freq: Private classes
freq-output: Private classes
freq-pointer: Private classes
freq-pointer: Private classes
freq-stream: Private classes
freq-stream: Private classes
freqs: Private classes

G
grammar: Private classes
grammar: Private classes
grammar: Private classes

H
handle-parse-errors: Private classes
has-changes-p: Private classes
has-deletions-p: Private classes
has-writes-p: Public classes
have-skipped: Private classes

I
idf: Private classes
ids: Private classes
image: Private structures
include-lower-p: Private classes
include-upper-p: Private classes
increment: Private structures
index: Private classes
index-enum: Private classes
index-infos: Private classes
index-interval: Private classes
index-interval: Private classes
index-pointer: Private classes
index-pointers: Private classes
index-stream: Private classes
index-stream: Private classes
index-terms: Private classes
indexed-p: Public classes
indexed-p: Private classes
info-stream: Public classes
info-stream: Private classes
input: Private classes
input: Private classes
input: Private classes
input-stream: Private classes
is-clone-p: Private classes
is-index: Private classes
is-index: Private classes

K
key: Public classes
kind: Private classes

L
last: Private classes
last-index-pointer: Private classes
last-scored-doc: Private classes
last-skip-doc: Private classes
last-skip-freq-pointer: Private classes
last-skip-prox-pointer: Private classes
last-term: Private classes
last-term-info: Private classes
lock-prefix: Private classes
lower-term: Private classes

M
max-attempts: Private classes
max-clause-count: Public classes
max-coord: Private classes
max-doc: Private classes
max-doc: Private classes
max-field-length: Public classes
max-field-length: Private classes
max-merge-docs: Public classes
max-size: Private classes
merge-factor: Public classes
merged-p: Private classes
min-merge-docs: Public classes
minimum-num-matchers: Private classes
more-p: Private classes
more-p: Private classes
mtime: Private classes

N
name: Public classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
next: Private classes
norms: Private classes
norms: Private classes
norms: Private classes
norms-cache: Private classes
norms-dirty-p: Private classes
num-docs: Private classes
num-matchers: Private classes
num-matchers: Private classes
num-scorers: Private classes
num-skips: Private classes
number: Private structures
number: Private classes
number: Private classes

O
occur: Public classes
offset: Private classes
offset: Private classes
offsets: Private classes
offsets: Private classes
offsets: Private classes
omit-norms-p: Public classes
omit-norms-p: Private classes
ones: Private classes
ones: Private classes
open-p: Public classes
opt-scorer: Private classes
optional-scorers: Private classes
options: Public classes
orig-enum: Private classes
other: Private classes
out: Private classes

P
parent: Private classes
parent-scorer: Private classes
parent-scorer: Private classes
parent-scorer: Private classes
parser: Private classes
path: Private classes
pattern: Private classes
phrase-count: Private classes
phrase-position: Private classes
pointer: Private classes
pointer: Private classes
pointer: Private classes
pointer: Private classes
pointer-max: Private classes
pos-list: Private classes
position: Private classes
position: Private classes
position: Private classes
positions: Private classes
positions: Private classes
positions: Private classes
positions: Private classes
posting-table: Private classes
postings: Private classes
pq: Private classes
pre: Private classes
pre-len: Private classes
predicate: Private classes
prev-buffer: Private classes
prohibited: Public classes
prohibited-scorers: Private classes
prox-count: Private classes
prox-output: Private classes
prox-pointer: Private classes
prox-pointer: Private classes
prox-stream: Private classes
prox-stream: Private classes

Q
qp: Public classes
query: Public classes
query: Private classes
query: Private classes
query: Private classes
query: Private classes
query-norm: Private classes
query-weight: Private classes
query-weight: Private classes
queue: Private classes
queue: Private classes

R
ram-directory: Public classes
reader: Public classes
reader: Public classes
reader: Private classes
reader: Private classes
reader: Private classes
reader: Private classes
reader-term-docs: Private classes
readers: Private classes
readers: Private classes
req-scorer: Private classes
req-scorer: Private classes
required: Public classes
required-num-matchers: Private classes
required-scorers: Private classes
reverse-p: Private classes
reverse-p: Private classes
reverse-p: Private classes

S
score: Private classes
score-cache: Private classes
score-docs: Private classes
scorer: Private classes
scorer-queue: Private classes
scorers: Private classes
search-term: Private classes
searcher: Public classes
searcher: Private classes
searcher: Private classes
segment: Private classes
segment: Private classes
segment: Private classes
segment-infos: Public classes
segment-infos: Private classes
similarity: Public classes
similarity: Public classes
similarity: Public classes
similarity: Private conditions
similarity: Private classes
similarity: Private classes
similarity: Private classes
similarity: Private classes
similarity: Private classes
size: Private classes
size: Private classes
size: Private classes
size: Private classes
size: Private classes
size: Private classes
size: Private classes
size: Private classes
size: Private classes
skip-buffer: Private classes
skip-count: Private classes
skip-doc: Private classes
skip-interval: Private classes
skip-interval: Private classes
skip-interval: Private classes
skip-interval: Private classes
skip-interval: Private classes
skip-offset: Private classes
skip-pointer: Private classes
skip-stream: Private classes
slop: Private classes
slop: Private classes
Slot, analyzer: Public classes
Slot, analyzer: Public classes
Slot, analyzer: Private classes
Slot, analyzer: Private classes
Slot, analyzers: Private classes
Slot, auto-flush-p: Public classes
Slot, base: Private classes
Slot, base: Private classes
Slot, base: Private classes
Slot, binary-p: Public classes
Slot, boost: Public classes
Slot, boost: Public classes
Slot, boost: Private classes
Slot, buffer: Private classes
Slot, buffer: Private classes
Slot, buffer-length: Private classes
Slot, buffer-position: Private classes
Slot, buffer-position: Private classes
Slot, buffer-size: Private classes
Slot, buffer-size: Private classes
Slot, buffer-start: Private classes
Slot, buffer-start: Private classes
Slot, buffers: Private classes
Slot, bytes: Private classes
Slot, cached-term-enum: Private classes
Slot, cached-tv-reader: Private classes
Slot, cfs-reader: Private classes
Slot, clauses: Public classes
Slot, close-dir-p: Public classes
Slot, close-dir-p: Public classes
Slot, close-directory-p: Private classes
Slot, closed-p: Private classes
Slot, comparator: Private classes
Slot, comparator: Private classes
Slot, comparator: Private classes
Slot, compressed-p: Public classes
Slot, contents: Private classes
Slot, coord: Private classes
Slot, coord-disabled: Public classes
Slot, coord-factors: Private classes
Slot, coord-function: Private classes
Slot, coordinator: Private classes
Slot, count: Private classes
Slot, count: Private classes
Slot, counter: Private classes
Slot, counting-sum-scorer: Private classes
Slot, current: Private classes
Slot, current-doc: Private classes
Slot, current-doc-pointer: Private classes
Slot, current-field: Private classes
Slot, current-score: Private classes
Slot, data: Public classes
Slot, data-offset: Private classes
Slot, default-analyzer: Private classes
Slot, default-field: Public classes
Slot, default-field: Private classes
Slot, default-occur: Private classes
Slot, default-search-field: Public classes
Slot, default-similarity-class: Private classes
Slot, default-slop: Private classes
Slot, deleted-docs: Private classes
Slot, deleted-docs: Private classes
Slot, deleted-docs-dirty-p: Private classes
Slot, dir: Public classes
Slot, dir: Private classes
Slot, dir-offset: Private classes
Slot, directory: Public classes
Slot, directory: Public classes
Slot, directory: Private classes
Slot, directory: Private classes
Slot, directory: Private classes
Slot, directory: Private classes
Slot, directory: Private classes
Slot, directory: Private classes
Slot, directory: Private classes
Slot, directory-owner: Private classes
Slot, dirty-p: Private classes
Slot, doc: Private classes
Slot, doc: Private classes
Slot, doc: Private classes
Slot, doc-count: Private classes
Slot, doc-freq: Private classes
Slot, doc-freq: Private classes
Slot, doc-freq: Private classes
Slot, doc-map: Private classes
Slot, document: Private classes
Slot, document: Private classes
Slot, documents: Private classes
Slot, element-type: Private classes
Slot, elements: Private classes
Slot, end: Private structures
Slot, end-enum: Private classes
Slot, end-offset: Private classes
Slot, entries: Private structures
Slot, entries: Private classes
Slot, enum: Private classes
Slot, excl-scorer: Private classes
Slot, fi-array: Private classes
Slot, fi-hash: Private classes
Slot, field: Private structures
Slot, field: Private classes
Slot, field: Private classes
Slot, field: Private classes
Slot, field: Private classes
Slot, field: Private classes
Slot, field: Private classes
Slot, field-boosts: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-infos: Private classes
Slot, field-lengths: Private classes
Slot, field-offsets: Private classes
Slot, field-positions: Private classes
Slot, fields: Public classes
Slot, fields: Private classes
Slot, fields: Private classes
Slot, fields: Private classes
Slot, fields: Private classes
Slot, fields: Private classes
Slot, fields-reader: Private classes
Slot, fields-stream: Private classes
Slot, fields-stream: Private classes
Slot, file: Private classes
Slot, file: Private classes
Slot, file: Private classes
Slot, file: Private classes
Slot, file-entries: Private classes
Slot, file-name: Private classes
Slot, file-name: Private classes
Slot, file-name: Private classes
Slot, file-offset: Private classes
Slot, files: Private classes
Slot, first: Private classes
Slot, first-time-opt-scorer-p: Private classes
Slot, first-time-p: Private classes
Slot, first-time-p: Private classes
Slot, first-time-p: Private classes
Slot, form: Private classes
Slot, format: Private classes
Slot, format: Private classes
Slot, freq: Private classes
Slot, freq: Private classes
Slot, freq: Private classes
Slot, freq: Private classes
Slot, freq: Private classes
Slot, freq: Private classes
Slot, freq-output: Private classes
Slot, freq-pointer: Private classes
Slot, freq-pointer: Private classes
Slot, freq-stream: Private classes
Slot, freq-stream: Private classes
Slot, freqs: Private classes
Slot, grammar: Private classes
Slot, grammar: Private classes
Slot, grammar: Private classes
Slot, handle-parse-errors: Private classes
Slot, has-changes-p: Private classes
Slot, has-deletions-p: Private classes
Slot, has-writes-p: Public classes
Slot, have-skipped: Private classes
Slot, idf: Private classes
Slot, ids: Private classes
Slot, image: Private structures
Slot, include-lower-p: Private classes
Slot, include-upper-p: Private classes
Slot, increment: Private structures
Slot, index: Private classes
Slot, index-enum: Private classes
Slot, index-infos: Private classes
Slot, index-interval: Private classes
Slot, index-interval: Private classes
Slot, index-pointer: Private classes
Slot, index-pointers: Private classes
Slot, index-stream: Private classes
Slot, index-stream: Private classes
Slot, index-terms: Private classes
Slot, indexed-p: Public classes
Slot, indexed-p: Private classes
Slot, info-stream: Public classes
Slot, info-stream: Private classes
Slot, input: Private classes
Slot, input: Private classes
Slot, input: Private classes
Slot, input-stream: Private classes
Slot, is-clone-p: Private classes
Slot, is-index: Private classes
Slot, is-index: Private classes
Slot, key: Public classes
Slot, kind: Private classes
Slot, last: Private classes
Slot, last-index-pointer: Private classes
Slot, last-scored-doc: Private classes
Slot, last-skip-doc: Private classes
Slot, last-skip-freq-pointer: Private classes
Slot, last-skip-prox-pointer: Private classes
Slot, last-term: Private classes
Slot, last-term-info: Private classes
Slot, lock-prefix: Private classes
Slot, lower-term: Private classes
Slot, max-attempts: Private classes
Slot, max-clause-count: Public classes
Slot, max-coord: Private classes
Slot, max-doc: Private classes
Slot, max-doc: Private classes
Slot, max-field-length: Public classes
Slot, max-field-length: Private classes
Slot, max-merge-docs: Public classes
Slot, max-size: Private classes
Slot, merge-factor: Public classes
Slot, merged-p: Private classes
Slot, min-merge-docs: Public classes
Slot, minimum-num-matchers: Private classes
Slot, more-p: Private classes
Slot, more-p: Private classes
Slot, mtime: Private classes
Slot, name: Public classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, next: Private classes
Slot, norms: Private classes
Slot, norms: Private classes
Slot, norms: Private classes
Slot, norms-cache: Private classes
Slot, norms-dirty-p: Private classes
Slot, num-docs: Private classes
Slot, num-matchers: Private classes
Slot, num-matchers: Private classes
Slot, num-scorers: Private classes
Slot, num-skips: Private classes
Slot, number: Private structures
Slot, number: Private classes
Slot, number: Private classes
Slot, occur: Public classes
Slot, offset: Private classes
Slot, offset: Private classes
Slot, offsets: Private classes
Slot, offsets: Private classes
Slot, offsets: Private classes
Slot, omit-norms-p: Public classes
Slot, omit-norms-p: Private classes
Slot, ones: Private classes
Slot, ones: Private classes
Slot, open-p: Public classes
Slot, opt-scorer: Private classes
Slot, optional-scorers: Private classes
Slot, options: Public classes
Slot, orig-enum: Private classes
Slot, other: Private classes
Slot, out: Private classes
Slot, parent: Private classes
Slot, parent-scorer: Private classes
Slot, parent-scorer: Private classes
Slot, parent-scorer: Private classes
Slot, parser: Private classes
Slot, path: Private classes
Slot, pattern: Private classes
Slot, phrase-count: Private classes
Slot, phrase-position: Private classes
Slot, pointer: Private classes
Slot, pointer: Private classes
Slot, pointer: Private classes
Slot, pointer: Private classes
Slot, pointer-max: Private classes
Slot, pos-list: Private classes
Slot, position: Private classes
Slot, position: Private classes
Slot, position: Private classes
Slot, positions: Private classes
Slot, positions: Private classes
Slot, positions: Private classes
Slot, positions: Private classes
Slot, posting-table: Private classes
Slot, postings: Private classes
Slot, pq: Private classes
Slot, pre: Private classes
Slot, pre-len: Private classes
Slot, predicate: Private classes
Slot, prev-buffer: Private classes
Slot, prohibited: Public classes
Slot, prohibited-scorers: Private classes
Slot, prox-count: Private classes
Slot, prox-output: Private classes
Slot, prox-pointer: Private classes
Slot, prox-pointer: Private classes
Slot, prox-stream: Private classes
Slot, prox-stream: Private classes
Slot, qp: Public classes
Slot, query: Public classes
Slot, query: Private classes
Slot, query: Private classes
Slot, query: Private classes
Slot, query: Private classes
Slot, query-norm: Private classes
Slot, query-weight: Private classes
Slot, query-weight: Private classes
Slot, queue: Private classes
Slot, queue: Private classes
Slot, ram-directory: Public classes
Slot, reader: Public classes
Slot, reader: Public classes
Slot, reader: Private classes
Slot, reader: Private classes
Slot, reader: Private classes
Slot, reader: Private classes
Slot, reader-term-docs: Private classes
Slot, readers: Private classes
Slot, readers: Private classes
Slot, req-scorer: Private classes
Slot, req-scorer: Private classes
Slot, required: Public classes
Slot, required-num-matchers: Private classes
Slot, required-scorers: Private classes
Slot, reverse-p: Private classes
Slot, reverse-p: Private classes
Slot, reverse-p: Private classes
Slot, score: Private classes
Slot, score-cache: Private classes
Slot, score-docs: Private classes
Slot, scorer: Private classes
Slot, scorer-queue: Private classes
Slot, scorers: Private classes
Slot, search-term: Private classes
Slot, searcher: Public classes
Slot, searcher: Private classes
Slot, searcher: Private classes
Slot, segment: Private classes
Slot, segment: Private classes
Slot, segment: Private classes
Slot, segment-infos: Public classes
Slot, segment-infos: Private classes
Slot, similarity: Public classes
Slot, similarity: Public classes
Slot, similarity: Public classes
Slot, similarity: Private conditions
Slot, similarity: Private classes
Slot, similarity: Private classes
Slot, similarity: Private classes
Slot, similarity: Private classes
Slot, similarity: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, size: Private classes
Slot, skip-buffer: Private classes
Slot, skip-count: Private classes
Slot, skip-doc: Private classes
Slot, skip-interval: Private classes
Slot, skip-interval: Private classes
Slot, skip-interval: Private classes
Slot, skip-interval: Private classes
Slot, skip-interval: Private classes
Slot, skip-offset: Private classes
Slot, skip-pointer: Private classes
Slot, skip-stream: Private classes
Slot, slop: Private classes
Slot, slop: Private classes
Slot, sort-type: Private classes
Slot, sort-type: Private classes
Slot, stale: Private classes
Slot, start: Private structures
Slot, start-offset: Private classes
Slot, starts: Private classes
Slot, starts: Private classes
Slot, stop-set: Private classes
Slot, stop-words: Private classes
Slot, store-offsets: Private structures
Slot, store-offsets-p: Public classes
Slot, store-offsets-p: Private classes
Slot, store-positions: Private structures
Slot, store-positions-p: Public classes
Slot, store-positions-p: Private classes
Slot, store-term-vector-p: Public classes
Slot, store-term-vector-p: Private classes
Slot, stored-p: Public classes
Slot, stream: Private classes
Slot, string-scanner: Private classes
Slot, sub-grammar: Private classes
Slot, sub-grammars: Private classes
Slot, sub-readers: Private classes
Slot, sub-scorers: Private classes
Slot, term: Public classes
Slot, term: Private classes
Slot, term: Private classes
Slot, term: Private classes
Slot, term: Private classes
Slot, term: Private classes
Slot, term: Private classes
Slot, term-buffer: Private classes
Slot, term-buffer: Private classes
Slot, term-buffer: Private classes
Slot, term-buffer: Private classes
Slot, term-docs: Private classes
Slot, term-enum: Private classes
Slot, term-frequencies: Private classes
Slot, term-idf: Private classes
Slot, term-index-interval: Public classes
Slot, term-index-interval: Private classes
Slot, term-index-interval: Private classes
Slot, term-info: Private classes
Slot, term-info: Private classes
Slot, term-infos: Private classes
Slot, term-infos-writer: Private classes
Slot, term-query-norm: Private classes
Slot, term-text: Private classes
Slot, terms: Private classes
Slot, terms: Private classes
Slot, terms: Private classes
Slot, test: Private structures
Slot, text: Private structures
Slot, text-buf: Private classes
Slot, text-cache: Private classes
Slot, text-length: Private classes
Slot, tokenized-p: Public classes
Slot, tokens: Private classes
Slot, total-hits: Private classes
Slot, tp-enum: Private classes
Slot, tps-queue: Private classes
Slot, tv-reader-orig: Private classes
Slot, tvd: Private classes
Slot, tvd: Private classes
Slot, tvd-format: Private classes
Slot, tvf: Private classes
Slot, tvf: Private classes
Slot, tvf-format: Private classes
Slot, tvf-pointer: Private structures
Slot, tvx: Private classes
Slot, tvx: Private classes
Slot, type: Private structures
Slot, undelete-all-p: Private classes
Slot, upper-term: Private classes
Slot, use-compound-file-p: Public classes
Slot, value: Private classes
Slot, value: Private classes
Slot, value: Private classes
Slot, value: Private classes
Slot, value: Private classes
Slot, variables: Private classes
Slot, version: Private classes
Slot, weight: Private classes
Slot, weight: Private classes
Slot, weight-value: Private classes
Slot, weights: Private classes
Slot, wild-lower: Private classes
Slot, writer: Public classes
sort-type: Private classes
sort-type: Private classes
Special Variable, *acronym-word-regexp*: Private special variables
Special Variable, *apostrophe-s-regexp*: Private special variables
Special Variable, *apostrophe-word-regexp*: Private special variables
Special Variable, *auto-sorter*: Private special variables
Special Variable, *default-buffer-size*: Private special variables
Special Variable, *directory-cache*: Private special variables
Special Variable, *doc-sorter*: Private special variables
Special Variable, *dot-regexp*: Private special variables
Special Variable, *english-stop-words*: Private special variables
Special Variable, *fdt-extension*: Private special variables
Special Variable, *fdx-extension*: Private special variables
Special Variable, *field-doc*: Private special variables
Special Variable, *field-score*: Private special variables
Special Variable, *float-sorter*: Private special variables
Special Variable, *fnm-extension*: Private special variables
Special Variable, *frq-extension*: Private special variables
Special Variable, *index-compound-extensions*: Private special variables
Special Variable, *index-deletable-filename*: Private special variables
Special Variable, *index-filename-extensions*: Private special variables
Special Variable, *index-order*: Private special variables
Special Variable, *index-reader-filename-extensions*: Private special variables
Special Variable, *index-segments-filename*: Private special variables
Special Variable, *index-vector-extensions*: Private special variables
Special Variable, *index-writer-commit-lock-name*: Private special variables
Special Variable, *index-writer-commit-lock-timeout*: Private special variables
Special Variable, *index-writer-default-max-field-length*: Private special variables
Special Variable, *index-writer-default-max-merge-docs*: Private special variables
Special Variable, *index-writer-default-merge-factor*: Private special variables
Special Variable, *index-writer-default-min-merge-docs*: Private special variables
Special Variable, *index-writer-default-term-index-interval*: Private special variables
Special Variable, *index-writer-write-lock-name*: Private special variables
Special Variable, *index-writer-write-lock-timeout*: Private special variables
Special Variable, *int-sorter*: Private special variables
Special Variable, *norm-table*: Private special variables
Special Variable, *productions*: Private special variables
Special Variable, *prx-extension*: Private special variables
Special Variable, *relevance*: Private special variables
Special Variable, *score-sorter*: Private special variables
Special Variable, *segment-filename*: Private special variables
Special Variable, *segment-format*: Private special variables
Special Variable, *string-sorter*: Private special variables
Special Variable, *temporary-segment-filename*: Private special variables
Special Variable, *term-vectors-format-size*: Private special variables
Special Variable, *term-vectors-format-version*: Private special variables
Special Variable, *tvd-extension*: Private special variables
Special Variable, *tvf-extension*: Private special variables
Special Variable, *tvx-extension*: Private special variables
Special Variable, *valid-index-options*: Private special variables
Special Variable, +default-max-clause-count+: Private special variables
Special Variable, +field-is-binary-bit+: Private special variables
Special Variable, +field-is-compressed-bit+: Private special variables
Special Variable, +field-is-tokenized-bit+: Private special variables
Special Variable, +int-max+: Private special variables
Special Variable, +is-indexed+: Private special variables
Special Variable, +max-docs+: Private special variables
Special Variable, +not-a-field+: Private special variables
Special Variable, +omit-norms+: Private special variables
Special Variable, +score-cache-size+: Private special variables
Special Variable, +store-offset+: Private special variables
Special Variable, +store-offset-with-term-vector+: Private special variables
Special Variable, +store-position+: Private special variables
Special Variable, +store-positions-with-term-vector+: Private special variables
Special Variable, +store-term-vector+: Private special variables
Special Variable, +term-infos-format+: Private special variables
Special Variable, +wildcard-char+: Private special variables
Special Variable, +wildcard-string+: Private special variables
stale: Private classes
start: Private structures
start-offset: Private classes
starts: Private classes
starts: Private classes
stop-set: Private classes
stop-words: Private classes
store-offsets: Private structures
store-offsets-p: Public classes
store-offsets-p: Private classes
store-positions: Private structures
store-positions-p: Public classes
store-positions-p: Private classes
store-term-vector-p: Public classes
store-term-vector-p: Private classes
stored-p: Public classes
stream: Private classes
string-scanner: Private classes
sub-grammar: Private classes
sub-grammars: Private classes
sub-readers: Private classes
sub-scorers: Private classes

T
term: Public classes
term: Private classes
term: Private classes
term: Private classes
term: Private classes
term: Private classes
term: Private classes
term-buffer: Private classes
term-buffer: Private classes
term-buffer: Private classes
term-buffer: Private classes
term-docs: Private classes
term-enum: Private classes
term-frequencies: Private classes
term-idf: Private classes
term-index-interval: Public classes
term-index-interval: Private classes
term-index-interval: Private classes
term-info: Private classes
term-info: Private classes
term-infos: Private classes
term-infos-writer: Private classes
term-query-norm: Private classes
term-text: Private classes
terms: Private classes
terms: Private classes
terms: Private classes
test: Private structures
text: Private structures
text-buf: Private classes
text-cache: Private classes
text-length: Private classes
tokenized-p: Public classes
tokens: Private classes
total-hits: Private classes
tp-enum: Private classes
tps-queue: Private classes
tv-reader-orig: Private classes
tvd: Private classes
tvd: Private classes
tvd-format: Private classes
tvf: Private classes
tvf: Private classes
tvf-format: Private classes
tvf-pointer: Private structures
tvx: Private classes
tvx: Private classes
type: Private structures

U
undelete-all-p: Private classes
upper-term: Private classes
use-compound-file-p: Public classes

V
value: Private classes
value: Private classes
value: Private classes
value: Private classes
value: Private classes
variables: Private classes
version: Private classes

W
weight: Private classes
weight: Private classes
weight-value: Private classes
weights: Private classes
wild-lower: Private classes
writer: Public classes


A.4 Data types

Jump to:   A   B   C   D   E   F   G   H   I   L   M   N   O   P   Q   R   S   T   U   W  
Index Entry  Section

A
alternative-grammar: Private classes
analysis: The montezuma/src/analysis module
analyzer: Public classes
analyzers.lisp: The montezuma/src/analysis/analyzers․lisp file
any-letter: Private types
api.lisp: The montezuma/src/store/api․lisp file
api.lisp: The montezuma/src/search/api․lisp file
api.lisp: The montezuma/src/index/api․lisp file

B
bit-vector.lisp: The montezuma/src/util/bit-vector․lisp file
boolean-clause: Public classes
boolean-clause.lisp: The montezuma/src/search/boolean-clause․lisp file
boolean-query: Public classes
boolean-query.lisp: The montezuma/src/search/boolean-query․lisp file
boolean-scorer: Private classes
boolean-scorer.lisp: The montezuma/src/search/boolean-scorer․lisp file
boolean-weight: Private classes
buffered-index-input: Private classes
buffered-index-io.lisp: The montezuma/src/store/buffered-index-io․lisp file
buffered-index-output: Private classes
build-grammar: Private classes

C
character-grammar: Private classes
character-parser: Private classes
chartype-production: Private classes
Class, alternative-grammar: Private classes
Class, analyzer: Public classes
Class, boolean-clause: Public classes
Class, boolean-query: Public classes
Class, boolean-scorer: Private classes
Class, boolean-weight: Private classes
Class, buffered-index-input: Private classes
Class, buffered-index-output: Private classes
Class, build-grammar: Private classes
Class, character-grammar: Private classes
Class, character-parser: Private classes
Class, chartype-production: Private classes
Class, composite-grammar: Private classes
Class, compound-file-reader: Private classes
Class, compound-file-reader-file-entry: Private classes
Class, compound-file-writer: Private classes
Class, compound-file-writer-file-entry: Private classes
Class, conjunction-scorer: Private classes
Class, conjunctive-grammar: Private classes
Class, coordinator: Private classes
Class, counting-conjunction-scorer: Private classes
Class, counting-disjunction-sum-scorer: Private classes
Class, cs-index-input: Private classes
Class, default-similarity: Private classes
Class, directory: Private classes
Class, disjunction-sum-scorer: Private classes
Class, document: Public classes
Class, document-writer: Private classes
Class, exact-phrase-scorer: Private classes
Class, field: Public classes
Class, field-info: Private classes
Class, field-infos: Private classes
Class, field-sorted-hit-queue: Private classes
Class, fields-reader: Private classes
Class, fields-writer: Private classes
Class, filter: Private classes
Class, filtered-term-enum: Private classes
Class, fs-directory: Private classes
Class, fs-index-input: Private classes
Class, fs-index-output: Private classes
Class, grammar: Private classes
Class, grammar-production: Private classes
Class, hit-queue: Private classes
Class, index: Public classes
Class, index-input: Private classes
Class, index-output: Private classes
Class, index-reader: Private classes
Class, index-searcher: Public classes
Class, index-writer: Public classes
Class, letter-tokenizer: Private classes
Class, literal-value-grammar: Private classes
Class, lock: Private classes
Class, lowercase-filter: Private classes
Class, lowercase-tokenizer: Private classes
Class, match-all-query: Public classes
Class, match-all-scorer: Private classes
Class, match-all-weight: Private classes
Class, multi-reader: Private classes
Class, multi-term-doc-enum: Private classes
Class, multi-term-doc-pos-enum: Private classes
Class, multi-term-enum: Private classes
Class, multi-term-query: Private classes
Class, multiple-term-doc-pos-enum: Private classes
Class, negative-grammar: Private classes
Class, non-matching-scorer: Private classes
Class, norm: Private classes
Class, not-match-grammar: Private classes
Class, optional-grammar: Private classes
Class, parser: Private classes
Class, per-field-analyzer-wrapper: Private classes
Class, phrase-positions: Private classes
Class, phrase-query: Private classes
Class, phrase-queue: Private classes
Class, phrase-scorer: Private classes
Class, phrase-weight: Private classes
Class, plus-grammar: Private classes
Class, porter-stem-filter: Private classes
Class, posting: Private classes
Class, priority-queue: Private classes
Class, production: Private classes
Class, production-call-grammar: Private classes
Class, query: Private classes
Class, query-parser: Private classes
Class, ram-directory: Private classes
Class, ram-file: Private classes
Class, ram-index-input: Private classes
Class, ram-index-output: Private classes
Class, range-query: Private classes
Class, regexp-tokenizer: Private classes
Class, req-excl-scorer: Private classes
Class, req-opt-sum-scorer: Private classes
Class, score-doc: Private classes
Class, score-doc-comparator: Private classes
Class, scorer: Public classes
Class, scorer-queue: Private classes
Class, segment-info: Private classes
Class, segment-infos: Private classes
Class, segment-merge-info: Private classes
Class, segment-merge-queue: Private classes
Class, segment-merger: Private classes
Class, segment-reader: Private classes
Class, segment-term-doc-enum: Private classes
Class, segment-term-doc-pos-enum: Private classes
Class, segment-term-enum: Private classes
Class, segment-term-vector: Private classes
Class, sequence-grammar: Private classes
Class, similarity: Private classes
Class, simple-field-comparator: Private classes
Class, single-match-scorer: Private classes
Class, sloppy-phrase-scorer: Private classes
Class, sort: Private classes
Class, sort-field: Private classes
Class, sort-type: Private classes
Class, special-field-comparator: Private classes
Class, standard-analyzer: Public classes
Class, standard-tokenizer: Private classes
Class, star-grammar: Private classes
Class, stop-analyzer: Private classes
Class, stop-filter: Private classes
Class, string-field-comparator: Private classes
Class, string-grammar: Private classes
Class, term-buffer: Private classes
Class, term-doc-enum: Private classes
Class, term-enum: Private classes
Class, term-info: Private classes
Class, term-infos-reader: Private classes
Class, term-infos-writer: Private classes
Class, term-positions-queue: Private classes
Class, term-query: Public classes
Class, term-scorer: Private classes
Class, term-vector-offset-info: Private classes
Class, term-vectors-reader: Private classes
Class, term-vectors-writer: Private classes
Class, term-weight: Private classes
Class, token: Private classes
Class, token-filter: Private classes
Class, token-match-grammar: Private classes
Class, token-parser: Private classes
Class, token-stream: Private classes
Class, tokenizer: Private classes
Class, top-docs: Private classes
Class, tv-term: Private classes
Class, weight: Public classes
Class, whitespace-analyzer: Public classes
Class, whitespace-tokenizer: Private classes
Class, wildcard-query: Private classes
Class, wildcard-term-enum: Private classes
comparable.lisp: The montezuma/src/util/comparable․lisp file
composite-grammar: Private classes
compound-file-io.lisp: The montezuma/src/index/compound-file-io․lisp file
compound-file-reader: Private classes
compound-file-reader-file-entry: Private classes
compound-file-writer: Private classes
compound-file-writer-file-entry: Private classes
Condition, coord-function-not-implemented-error: Private conditions
Condition, too-many-clauses-error: Private conditions
conjunction-scorer: Private classes
conjunction-scorer.lisp: The montezuma/src/search/conjunction-scorer․lisp file
conjunctive-grammar: Private classes
coord-function-not-implemented-error: Private conditions
coordinator: Private classes
counting-conjunction-scorer: Private classes
counting-disjunction-sum-scorer: Private classes
cs-index-input: Private classes

D
default-similarity: Private classes
directory: Private classes
directory.lisp: The montezuma/src/store/directory․lisp file
disjunction-sum-scorer: Private classes
disjunction-sum-scorer.lisp: The montezuma/src/search/disjunction-sum-scorer․lisp file
document: The montezuma/src/document module
document: Public classes
document-writer: Private classes
document-writer.lisp: The montezuma/src/index/document-writer․lisp file
document.lisp: The montezuma/src/document/document․lisp file

E
exact-phrase-scorer: Private classes
exact-phrase-scorer.lisp: The montezuma/src/search/exact-phrase-scorer․lisp file

F
field: Public classes
field-info: Private classes
field-infos: Private classes
field-infos.lisp: The montezuma/src/index/field-infos․lisp file
field-sorted-hit-queue: Private classes
field.lisp: The montezuma/src/document/field․lisp file
fields-io.lisp: The montezuma/src/index/fields-io․lisp file
fields-reader: Private classes
fields-writer: Private classes
File, analyzers.lisp: The montezuma/src/analysis/analyzers․lisp file
File, api.lisp: The montezuma/src/store/api․lisp file
File, api.lisp: The montezuma/src/search/api․lisp file
File, api.lisp: The montezuma/src/index/api․lisp file
File, bit-vector.lisp: The montezuma/src/util/bit-vector․lisp file
File, boolean-clause.lisp: The montezuma/src/search/boolean-clause․lisp file
File, boolean-query.lisp: The montezuma/src/search/boolean-query․lisp file
File, boolean-scorer.lisp: The montezuma/src/search/boolean-scorer․lisp file
File, buffered-index-io.lisp: The montezuma/src/store/buffered-index-io․lisp file
File, comparable.lisp: The montezuma/src/util/comparable․lisp file
File, compound-file-io.lisp: The montezuma/src/index/compound-file-io․lisp file
File, conjunction-scorer.lisp: The montezuma/src/search/conjunction-scorer․lisp file
File, directory.lisp: The montezuma/src/store/directory․lisp file
File, disjunction-sum-scorer.lisp: The montezuma/src/search/disjunction-sum-scorer․lisp file
File, document-writer.lisp: The montezuma/src/index/document-writer․lisp file
File, document.lisp: The montezuma/src/document/document․lisp file
File, exact-phrase-scorer.lisp: The montezuma/src/search/exact-phrase-scorer․lisp file
File, field-infos.lisp: The montezuma/src/index/field-infos․lisp file
File, field.lisp: The montezuma/src/document/field․lisp file
File, fields-io.lisp: The montezuma/src/index/fields-io․lisp file
File, files.lisp: The montezuma/src/util/files․lisp file
File, filter.lisp: The montezuma/src/search/filter․lisp file
File, filtered-term-enum.lisp: The montezuma/src/search/filtered-term-enum․lisp file
File, fs-store.lisp: The montezuma/src/store/fs-store․lisp file
File, hit-queue.lisp: The montezuma/src/search/hit-queue․lisp file
File, index-filenames.lisp: The montezuma/src/index/index-filenames․lisp file
File, index-io.lisp: The montezuma/src/store/index-io․lisp file
File, index-reader.lisp: The montezuma/src/index/index-reader․lisp file
File, index-searcher.lisp: The montezuma/src/search/index-searcher․lisp file
File, index-writer.lisp: The montezuma/src/index/index-writer․lisp file
File, index.lisp: The montezuma/src/index/index․lisp file
File, match-all-query.lisp: The montezuma/src/search/match-all-query․lisp file
File, montezuma.asd: The montezuma/montezuma․asd file
File, mop.lisp: The montezuma/src/util/mop․lisp file
File, multi-reader.lisp: The montezuma/src/index/multi-reader․lisp file
File, multi-term-query.lisp: The montezuma/src/search/multi-term-query․lisp file
File, multiple-term-doc-pos-enum.lisp: The montezuma/src/index/multiple-term-doc-pos-enum․lisp file
File, non-matching-scorer.lisp: The montezuma/src/search/non-matching-scorer․lisp file
File, package.lisp: The montezuma/src/package․lisp file
File, parser.lisp: The montezuma/src/util/parser․lisp file
File, phrase-positions.lisp: The montezuma/src/search/phrase-positions․lisp file
File, phrase-query.lisp: The montezuma/src/search/phrase-query․lisp file
File, phrase-scorer.lisp: The montezuma/src/search/phrase-scorer․lisp file
File, pipes.lisp: The montezuma/src/util/pipes․lisp file
File, porter-stemmer.lisp: The montezuma/src/util/porter-stemmer․lisp file
File, priority-queue.lisp: The montezuma/src/util/priority-queue․lisp file
File, query-parser.lisp: The montezuma/src/query-parser/query-parser․lisp file
File, query.lisp: The montezuma/src/search/query․lisp file
File, ram-store.lisp: The montezuma/src/store/ram-store․lisp file
File, range-query.lisp: The montezuma/src/search/range-query․lisp file
File, req-excl-scorer.lisp: The montezuma/src/search/req-excl-scorer․lisp file
File, req-opt-sum-scorer.lisp: The montezuma/src/search/req-opt-sum-scorer․lisp file
File, score-doc-comparator.lisp: The montezuma/src/search/score-doc-comparator․lisp file
File, score-doc.lisp: The montezuma/src/search/score-doc․lisp file
File, scorer.lisp: The montezuma/src/search/scorer․lisp file
File, segment-infos.lisp: The montezuma/src/index/segment-infos․lisp file
File, segment-merge-info.lisp: The montezuma/src/index/segment-merge-info․lisp file
File, segment-merge-queue.lisp: The montezuma/src/index/segment-merge-queue․lisp file
File, segment-merger.lisp: The montezuma/src/index/segment-merger․lisp file
File, segment-reader.lisp: The montezuma/src/index/segment-reader․lisp file
File, segment-term-enum.lisp: The montezuma/src/index/segment-term-enum․lisp file
File, segment-term-vector.lisp: The montezuma/src/index/segment-term-vector․lisp file
File, similarity.lisp: The montezuma/src/search/similarity․lisp file
File, sloppy-phrase-scorer.lisp: The montezuma/src/search/sloppy-phrase-scorer․lisp file
File, sort-field.lisp: The montezuma/src/search/sort-field․lisp file
File, sort.lisp: The montezuma/src/search/sort․lisp file
File, standard-tokenizer.lisp: The montezuma/src/analysis/standard-tokenizer․lisp file
File, streams.lisp: The montezuma/src/util/streams․lisp file
File, strings.lisp: The montezuma/src/util/strings․lisp file
File, tables.lisp: The montezuma/src/util/tables․lisp file
File, term-buffer.lisp: The montezuma/src/index/term-buffer․lisp file
File, term-doc-enum.lisp: The montezuma/src/index/term-doc-enum․lisp file
File, term-enum.lisp: The montezuma/src/index/term-enum․lisp file
File, term-info.lisp: The montezuma/src/index/term-info․lisp file
File, term-infos-io.lisp: The montezuma/src/index/term-infos-io․lisp file
File, term-query.lisp: The montezuma/src/search/term-query․lisp file
File, term-scorer.lisp: The montezuma/src/search/term-scorer․lisp file
File, term-vector-offset-info.lisp: The montezuma/src/index/term-vector-offset-info․lisp file
File, term-vectors-io.lisp: The montezuma/src/index/term-vectors-io․lisp file
File, term.lisp: The montezuma/src/index/term․lisp file
File, token-filters.lisp: The montezuma/src/analysis/token-filters․lisp file
File, token-stream.lisp: The montezuma/src/analysis/token-stream․lisp file
File, token.lisp: The montezuma/src/analysis/token․lisp file
File, tokenizers.lisp: The montezuma/src/analysis/tokenizers․lisp file
File, top-docs.lisp: The montezuma/src/search/top-docs․lisp file
File, utilities.lisp: The montezuma/src/util/utilities․lisp file
File, weight.lisp: The montezuma/src/search/weight․lisp file
File, while.lisp: The montezuma/src/util/while․lisp file
File, wildcard-query.lisp: The montezuma/src/search/wildcard-query․lisp file
File, wildcard-term-enum.lisp: The montezuma/src/search/wildcard-term-enum․lisp file
files.lisp: The montezuma/src/util/files․lisp file
filter: Private classes
filter.lisp: The montezuma/src/search/filter․lisp file
filtered-term-enum: Private classes
filtered-term-enum.lisp: The montezuma/src/search/filtered-term-enum․lisp file
fs-directory: Private classes
fs-index-input: Private classes
fs-index-output: Private classes
fs-store.lisp: The montezuma/src/store/fs-store․lisp file

G
grammar: Private classes
grammar-production: Private classes

H
hit-queue: Private classes
hit-queue.lisp: The montezuma/src/search/hit-queue․lisp file

I
index: The montezuma/src/index module
index: Public classes
index-filenames.lisp: The montezuma/src/index/index-filenames․lisp file
index-input: Private classes
index-io.lisp: The montezuma/src/store/index-io․lisp file
index-option: Private types
index-options-list: Private types
index-output: Private classes
index-reader: Private classes
index-reader.lisp: The montezuma/src/index/index-reader․lisp file
index-searcher: Public classes
index-searcher.lisp: The montezuma/src/search/index-searcher․lisp file
index-writer: Public classes
index-writer.lisp: The montezuma/src/index/index-writer․lisp file
index.lisp: The montezuma/src/index/index․lisp file

L
letter-tokenizer: Private classes
literal-value-grammar: Private classes
lock: Private classes
lowercase-filter: Private classes
lowercase-tokenizer: Private classes

M
match-all-query: Public classes
match-all-query.lisp: The montezuma/src/search/match-all-query․lisp file
match-all-scorer: Private classes
match-all-weight: Private classes
Module, analysis: The montezuma/src/analysis module
Module, document: The montezuma/src/document module
Module, index: The montezuma/src/index module
Module, query-parser: The montezuma/src/query-parser module
Module, search: The montezuma/src/search module
Module, src: The montezuma/src module
Module, store: The montezuma/src/store module
Module, util: The montezuma/src/util module
montezuma: The montezuma system
montezuma: The montezuma package
montezuma.asd: The montezuma/montezuma․asd file
montezuma.parser: The montezuma․parser package
mop.lisp: The montezuma/src/util/mop․lisp file
multi-reader: Private classes
multi-reader.lisp: The montezuma/src/index/multi-reader․lisp file
multi-term-doc-enum: Private classes
multi-term-doc-pos-enum: Private classes
multi-term-enum: Private classes
multi-term-query: Private classes
multi-term-query.lisp: The montezuma/src/search/multi-term-query․lisp file
multiple-term-doc-pos-enum: Private classes
multiple-term-doc-pos-enum.lisp: The montezuma/src/index/multiple-term-doc-pos-enum․lisp file

N
negative-grammar: Private classes
non-matching-scorer: Private classes
non-matching-scorer.lisp: The montezuma/src/search/non-matching-scorer․lisp file
non-wild-letter: Private types
norm: Private classes
not-match-grammar: Private classes

O
optional-grammar: Private classes

P
Package, montezuma: The montezuma package
Package, montezuma.parser: The montezuma․parser package
package.lisp: The montezuma/src/package․lisp file
parser: Private classes
parser.lisp: The montezuma/src/util/parser․lisp file
per-field-analyzer-wrapper: Private classes
phrase-positions: Private classes
phrase-positions.lisp: The montezuma/src/search/phrase-positions․lisp file
phrase-query: Private classes
phrase-query.lisp: The montezuma/src/search/phrase-query․lisp file
phrase-queue: Private classes
phrase-scorer: Private classes
phrase-scorer.lisp: The montezuma/src/search/phrase-scorer․lisp file
phrase-weight: Private classes
pipes.lisp: The montezuma/src/util/pipes․lisp file
plus-grammar: Private classes
porter-stem-filter: Private classes
porter-stemmer.lisp: The montezuma/src/util/porter-stemmer․lisp file
posting: Private classes
priority-queue: Private classes
priority-queue.lisp: The montezuma/src/util/priority-queue․lisp file
production: Private classes
production-call-grammar: Private classes

Q
query: Private classes
query-parser: The montezuma/src/query-parser module
query-parser: Private classes
query-parser.lisp: The montezuma/src/query-parser/query-parser․lisp file
query.lisp: The montezuma/src/search/query․lisp file

R
ram-directory: Private classes
ram-file: Private classes
ram-index-input: Private classes
ram-index-output: Private classes
ram-store.lisp: The montezuma/src/store/ram-store․lisp file
range-query: Private classes
range-query.lisp: The montezuma/src/search/range-query․lisp file
regexp-tokenizer: Private classes
req-excl-scorer: Private classes
req-excl-scorer.lisp: The montezuma/src/search/req-excl-scorer․lisp file
req-opt-sum-scorer: Private classes
req-opt-sum-scorer.lisp: The montezuma/src/search/req-opt-sum-scorer․lisp file

S
score-doc: Private classes
score-doc-comparator: Private classes
score-doc-comparator.lisp: The montezuma/src/search/score-doc-comparator․lisp file
score-doc.lisp: The montezuma/src/search/score-doc․lisp file
scorer: Public classes
scorer-queue: Private classes
scorer.lisp: The montezuma/src/search/scorer․lisp file
search: The montezuma/src/search module
segment-info: Private classes
segment-infos: Private classes
segment-infos.lisp: The montezuma/src/index/segment-infos․lisp file
segment-merge-info: Private classes
segment-merge-info.lisp: The montezuma/src/index/segment-merge-info․lisp file
segment-merge-queue: Private classes
segment-merge-queue.lisp: The montezuma/src/index/segment-merge-queue․lisp file
segment-merger: Private classes
segment-merger.lisp: The montezuma/src/index/segment-merger․lisp file
segment-reader: Private classes
segment-reader.lisp: The montezuma/src/index/segment-reader․lisp file
segment-term-doc-enum: Private classes
segment-term-doc-pos-enum: Private classes
segment-term-enum: Private classes
segment-term-enum.lisp: The montezuma/src/index/segment-term-enum․lisp file
segment-term-vector: Private classes
segment-term-vector.lisp: The montezuma/src/index/segment-term-vector․lisp file
sequence-grammar: Private classes
similarity: Private classes
similarity.lisp: The montezuma/src/search/similarity․lisp file
simple-field-comparator: Private classes
single-match-scorer: Private classes
sloppy-phrase-scorer: Private classes
sloppy-phrase-scorer.lisp: The montezuma/src/search/sloppy-phrase-scorer․lisp file
sort: Private classes
sort-field: Private classes
sort-field.lisp: The montezuma/src/search/sort-field․lisp file
sort-type: Private classes
sort.lisp: The montezuma/src/search/sort․lisp file
special-field-comparator: Private classes
src: The montezuma/src module
standard-analyzer: Public classes
standard-tokenizer: Private classes
standard-tokenizer.lisp: The montezuma/src/analysis/standard-tokenizer․lisp file
star-grammar: Private classes
stop-analyzer: Private classes
stop-filter: Private classes
store: The montezuma/src/store module
streams.lisp: The montezuma/src/util/streams․lisp file
string-field-comparator: Private classes
string-grammar: Private classes
strings.lisp: The montezuma/src/util/strings․lisp file
Structure, table: Private structures
Structure, term: Private structures
Structure, token: Private structures
Structure, tv-field: Private structures
System, montezuma: The montezuma system

T
table: Private structures
tables.lisp: The montezuma/src/util/tables․lisp file
term: Private structures
term-buffer: Private classes
term-buffer.lisp: The montezuma/src/index/term-buffer․lisp file
term-doc-enum: Private classes
term-doc-enum.lisp: The montezuma/src/index/term-doc-enum․lisp file
term-enum: Private classes
term-enum.lisp: The montezuma/src/index/term-enum․lisp file
term-info: Private classes
term-info.lisp: The montezuma/src/index/term-info․lisp file
term-infos-io.lisp: The montezuma/src/index/term-infos-io․lisp file
term-infos-reader: Private classes
term-infos-writer: Private classes
term-positions-queue: Private classes
term-query: Public classes
term-query.lisp: The montezuma/src/search/term-query․lisp file
term-scorer: Private classes
term-scorer.lisp: The montezuma/src/search/term-scorer․lisp file
term-vector-offset-info: Private classes
term-vector-offset-info.lisp: The montezuma/src/index/term-vector-offset-info․lisp file
term-vectors-io.lisp: The montezuma/src/index/term-vectors-io․lisp file
term-vectors-reader: Private classes
term-vectors-writer: Private classes
term-weight: Private classes
term.lisp: The montezuma/src/index/term․lisp file
token: Private structures
token: Private classes
token-filter: Private classes
token-filters.lisp: The montezuma/src/analysis/token-filters․lisp file
token-match-grammar: Private classes
token-parser: Private classes
token-stream: Private classes
token-stream.lisp: The montezuma/src/analysis/token-stream․lisp file
token.lisp: The montezuma/src/analysis/token․lisp file
tokenizer: Private classes
tokenizers.lisp: The montezuma/src/analysis/tokenizers․lisp file
too-many-clauses-error: Private conditions
top-docs: Private classes
top-docs.lisp: The montezuma/src/search/top-docs․lisp file
tv-field: Private structures
tv-term: Private classes
Type, any-letter: Private types
Type, index-option: Private types
Type, index-options-list: Private types
Type, non-wild-letter: Private types
Type, white-space: Private types
Type, wild-letter: Private types

U
util: The montezuma/src/util module
utilities.lisp: The montezuma/src/util/utilities․lisp file

W
weight: Public classes
weight.lisp: The montezuma/src/search/weight․lisp file
while.lisp: The montezuma/src/util/while․lisp file
white-space: Private types
whitespace-analyzer: Public classes
whitespace-tokenizer: Private classes
wild-letter: Private types
wildcard-query: Private classes
wildcard-query.lisp: The montezuma/src/search/wildcard-query․lisp file
wildcard-term-enum: Private classes
wildcard-term-enum.lisp: The montezuma/src/search/wildcard-term-enum․lisp file