| clear query|facets|time |
Search criteria: directory.
Results from 31 to 40 from
10338 (0.52s).
|
|
|
Loading phrases to help you refine your search...
|
|
BaseDirectoryWrapper (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
BaseDirectoryWrapper (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.store
Class BaseDirectory...
|
[+ show more]
[- hide]
| ...Wrapper
java.lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.BaseDirectoryWrapper
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
MockDirectory... |
| ...Wrapper
public class BaseDirectoryWrapper
extends Directory
Calls check index on close.
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.store.Directory... |
| ...
Directory.IndexInputSlicer
Field Summary
Fields Modifier and Type Field and Description
protected Directory delegate
our in directory
Fields inherited from class org.apache.lucene.store.Directory... |
|
|
http://lucene.apache.org/java/4_3_0/test-framework.../BaseDirectoryWrapper.html
2013-05-06, 08:52
|
|
|
MMapDirectory (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
MMapDirectory (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.store
Class MMapDirectory...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.FSDirectory
org.apache.lucene.store.MMapDirectory
All Implemented Interfaces:
Closeable... |
| ...
public class MMapDirectory
extends FSDirectory
File-based Directory implementation that uses
mmap for reading, and FSDirectory.FSIndexOutput for writing.
NOTE: memory mapping uses up... |
| ....g. by
using a 64 bit JRE, or a 32 bit JRE with indexes that are
guaranteed to fit within the address space.
On 32 bit platforms also consult MMapDirectory(File, LockFactory, int)
if you have... |
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/lucen.../MMapDirectory.html
2013-05-06, 08:52
|
|
|
DirectoryTaxonomyReader (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
DirectoryTaxonomyReader (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next...
|
|
... Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.facet.taxonomy.directory...
|
[+ show more]
[- hide]
| ...
Class DirectoryTaxonomyReader
java.lang.Object
org.apache.lucene.facet.taxonomy.TaxonomyReader
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
All... |
| ... Implemented Interfaces:
Closeable
public class DirectoryTaxonomyReader
extends TaxonomyReader
A TaxonomyReader which retrieves stored taxonomy information from a
Directory.
Reading from... |
| ...
Constructors Constructor and Description
DirectoryTaxonomyReader(Directory directory)
Open for reading a taxonomy stored in a given Directory.
DirectoryTaxonomyReader(Directory... |
|
|
http://lucene.apache.org/java/4_3_0/facet/org/a.../DirectoryTaxonomyReader.html
2013-05-06, 08:52
|
|
|
NativeUnixDirectory (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
NativeUnixDirectory (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.store
Class NativeUnixDirectory...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.FSDirectory
org.apache.lucene.store.NativeUnixDirectory
All Implemented Interfaces:
Closeable... |
| ...
public class NativeUnixDirectory
extends FSDirectory
A Directory implementation for all Unixes that uses
DIRECT I/O to bypass OS level IO caching during
merging. For all other cases... |
| ... (searching, writing) we delegate
to the provided Directory instance.
See Overview
for more details.
To use this you must compile
NativePosixUtil.cpp (exposes Linux-specific APIs through
JNI... |
|
|
http://lucene.apache.org/java/4_3_0/misc/org/apache.../NativeUnixDirectory.html
2013-05-06, 08:52
|
|
|
DirectoryTaxonomyWriter (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
DirectoryTaxonomyWriter (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next...
|
|
... Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.facet.taxonomy.directory...
|
[+ show more]
[- hide]
| ...
Class DirectoryTaxonomyWriter
java.lang.Object
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
All Implemented Interfaces:
Closeable, TaxonomyWriter, Two... |
| ...PhaseCommit
public class DirectoryTaxonomyWriter
extends Object
implements TaxonomyWriter
TaxonomyWriter which uses a Directory to store the taxonomy
information on disk, and keeps an additional in... |
| ...-memory cache of some or all
categories.
In addition to the permanently-stored information in the Directory,
efficiency dictates that we also keep an in-memory cache of recently
seen or all... |
|
|
http://lucene.apache.org/java/4_3_0/facet/org/a.../DirectoryTaxonomyWriter.html
2013-05-06, 08:52
|
|
|
MockDirectoryWrapper (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
MockDirectoryWrapper (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.store
Class MockDirectory...
|
[+ show more]
[- hide]
| ...Wrapper
java.lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.BaseDirectoryWrapper
org.apache.lucene.store.MockDirectoryWrapper
All Implemented Interfaces... |
| ...:
Closeable
public class MockDirectoryWrapper
extends BaseDirectoryWrapper
This is a Directory Wrapper that adds methods
intended to be used only by unit tests.
It also adds a number... |
| ... of features useful for testing:
Instances created by LuceneTestCase.newDirectory() are tracked
to ensure they are closed by the test.
When a MockDirectoryWrapper is closed... |
|
|
http://lucene.apache.org/java/4_3_0/test-framework.../MockDirectoryWrapper.html
2013-05-06, 08:52
|
|
|
Uses of Interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
Uses of Interface org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.OrdinalMap (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview...
|
|
...
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Interface
org.apache.lucene.facet.taxonomy.directory.Directory...
|
[+ show more]
[- hide]
| ...TaxonomyWriter.OrdinalMap
Packages that use DirectoryTaxonomyWriter.OrdinalMap Package Description
org.apache.lucene.facet.taxonomy.directory
Taxonomy index implementation using on top of a Directory.
org... |
| ....apache.lucene.facet.util
Various utilities for faceted search
Uses of DirectoryTaxonomyWriter.OrdinalMap in org.apache.lucene.facet.taxonomy.directory
Classes in org.apache.lucene.facet.taxonomy.directory... |
| ... that implement DirectoryTaxonomyWriter.OrdinalMap Modifier and Type Class and Description
static class DirectoryTaxonomyWriter.DiskOrdinalMap
DirectoryTaxonomyWriter.OrdinalMap maintained on file... |
|
|
http://lucene.apache.org/java/4_3_0/.../DirectoryTaxonomyWriter.OrdinalMap.html
2013-05-06, 08:52
|
|
|
Uses of Class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
Uses of Class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use...
|
|
...
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
Packages...
|
[+ show more]
[- hide]
| ... that use DirectoryTaxonomyWriter Package Description
org.apache.lucene.facet.search
Facets search code.
org.apache.lucene.facet.taxonomy.directory
Taxonomy index implementation using on top... |
| ... of a Directory.
org.apache.lucene.facet.util
Various utilities for faceted search
Uses of DirectoryTaxonomyWriter in org.apache.lucene.facet.search
Constructors in org... |
| ....apache.lucene.facet.search with parameters of type DirectoryTaxonomyWriter Constructor and Description
SearcherTaxonomyManager(IndexWriter writer,
boolean applyAllDeletes,
Searcher... |
|
|
http://lucene.apache.org/java/4_3_0/facet/org/a.../DirectoryTaxonomyWriter.html
2013-05-06, 08:52
|
|
|
Uses of Class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
Uses of Class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader (Lucene 4.3.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use...
|
|
...
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader
Packages...
|
[+ show more]
[- hide]
| ... that use DirectoryTaxonomyReader Package Description
org.apache.lucene.facet.search
Facets search code.
org.apache.lucene.facet.taxonomy.directory
Taxonomy index implementation using on top... |
| ... of a Directory.
Uses of DirectoryTaxonomyReader in org.apache.lucene.facet.search
Fields in org.apache.lucene.facet.search declared as DirectoryTaxonomyReader Modifier and Type Field... |
| ... and Description
DirectoryTaxonomyReader SearcherTaxonomyManager.SearcherAndTaxonomy.taxonomyReader
Uses of DirectoryTaxonomyReader in org.apache.lucene.facet.taxonomy.directory
Methods in org.apache.lucene.facet.taxonomy.directory... |
|
|
http://lucene.apache.org/java/4_3_0/facet/org/a.../DirectoryTaxonomyReader.html
2013-05-06, 08:52
|
|
|
FSDirectory # getDirectory() - Lucene - [javadoc]
- [see source code]
|
|
... @return the underlying filesystem directory ...
|
|
|
http://search-lucene.com/jd/lucene/core/org/.../FSDirectory.html#getDirectory()
|
|
|
|