| clear query|facets|time |
Search criteria: directory.
Results from 91 to 100 from
11176 (2.431s).
|
|
|
Loading phrases to help you refine your search...
|
|
IOException not a directory - Lucene - [mail # user]
|
|
....io.IOException: \\Finsrv04\JBoss-2.4.1_Tomcat-3.2.3\fast_generated_output\lucene\website\index not a directory 2002-10-28 12:51:31,109 [Default] at org.apache.lucene.store.FSDirectory.(Unknown Source) 2002...
|
|
...-10-28 12:51:31,109 [Default] 2002-10-28 12:51:31,109 [Default] at org.apache.lucene.store.FSDirectory.getDirectory(Unknown Source) 2002-10-28 12:51:31,109 [Default] 2002-10-28 12...
|
[+ show more]
[- hide]
| ...:51:31,109 [Default] at org.apache.lucene.store.FSDirectory.getDirectory(Unknown Source) 2002-10-28 12:51:31,109 [Default] 2002-10-28 12:51:31,109 [Default] at org... |
|
|
Author: Ben Litchfield,
2002-10-28, 17:59
|
|
|
Contrib Directory? - Lucene - [mail # user]
|
|
...Hi folks, For some reason the last question posted made me think about this. One of the things I like about Lucene is that it is an API and i...
|
|
|
Author: puffmail@...),
2002-02-21, 01:29
|
|
|
Copy Directory to Directory function ( backup) - Lucene - [mail # user]
|
|
... the directory. A simple methode like public File getDirectoryFile() { return directory; would be great; } 2) so i decide to create a copy(Directory source, Directory target) method i seen the open...
|
|
...File() and createFile method but after i but i don't know how use it (see my function , this function make a Exception ) private void copy (Directory source, Directory target) throws IOException...
|
|
|
Author: Nicolas Maisonneuve,
2004-01-15, 12:28
|
|
|
TrackingDirectoryWrapper (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
TrackingDirectoryWrapper (Lucene 4.2.1 API)
Overview Package Class Use Tree Deprecated Help
PREV CLASS
NEXT CLASS
FRAMES...
|
|
...
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.store
Class TrackingDirectoryWrapper
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.TrackingDirectoryWrapper
All Implemented Interfaces:
Closeable
public final class TrackingDirectoryWrapper
extends... |
| ... Directory
implements Closeable
A delegating Directory that records which files were
written to and deleted.
Nested Class Summary
Nested classes/interfaces inherited from... |
| ... class org.apache.lucene.store.Directory
Directory.IndexInputSlicer
Field Summary
Fields inherited from class org.apache.lucene.store.Directory
isOpen, lock... |
|
|
http://lucene.apache.org/java/4_2_1/core/org/a.../TrackingDirectoryWrapper.html
2013-04-04, 00:43
|
|
|
FileSwitchDirectory (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
FileSwitchDirectory (Lucene 4.2.1 API)
Overview Package Class Use Tree Deprecated Help
PREV CLASS
NEXT CLASS
FRAMES
NO...
|
|
... FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.store
Class FileSwitchDirectory
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.FileSwitchDirectory
All Implemented Interfaces:
Closeable
public class FileSwitchDirectory
extends Directory... |
| ...
Expert: A Directory instance that switches files between
two other Directory instances.
Files with the specified extensions are placed in the
primary directory; others are placed... |
| ... in the secondary
directory. The provided Set must not change once passed
to this class, and must allow multiple threads to call
contains at once.
WARNING: This API is experimental and might... |
|
|
http://lucene.apache.org/java/4_2_1/core/org/apache.../FileSwitchDirectory.html
2013-04-04, 00:43
|
|
|
WindowsDirectory (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
WindowsDirectory (Lucene 4.2.1 API)
Overview Package Class Use Tree Deprecated Help
PREV CLASS
NEXT CLASS
FRAMES
NO...
|
|
... FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.store
Class WindowsDirectory
java.lang.Object
org.apache.lucene.store.Directory...
|
[+ show more]
[- hide]
| ...
org.apache.lucene.store.FSDirectory
org.apache.lucene.store.WindowsDirectory
All Implemented Interfaces:
Closeable
public class WindowsDirectory
extends FSDirectory... |
| ...
Native Directory implementation for Microsoft Windows.
Steps:
Compile the source code to create WindowsDirectory.dll:
c:\mingw\bin\g++ -Wall -D_JNI_IMPLEMENTATION_ -Wl... |
| ...,--kill-at
-I"%JAVA_HOME%\include" -I"%JAVA_HOME%\include\win32" -static-libgcc
-static-libstdc++ -shared WindowsDirectory.cpp -o WindowsDirectory.dll
For 64-bit JREs, use mingw64... |
|
|
http://lucene.apache.org/java/4_2_1/misc/org/apache/lu.../WindowsDirectory.html
2013-04-04, 00:43
|
|
|
NRTCachingDirectory (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
NRTCachingDirectory (Lucene 4.2.1 API)
Overview Package Class Use Tree Deprecated Help
PREV CLASS
NEXT CLASS
FRAMES
NO...
|
|
... FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.store
Class NRTCachingDirectory
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.NRTCachingDirectory
All Implemented Interfaces:
Closeable
public class NRTCachingDirectory
extends Directory... |
| ...
Wraps a RAMDirectory
around any provided delegate directory, to
be used during NRT search.
This class is likely only useful in a near-real-time
context, where indexing rate is lowish... |
| ... but reopen
rate is highish, resulting in many tiny files being
written. This directory keeps such segments (as well as
the segments produced by merging them, as long as they
are small enough... |
|
|
http://lucene.apache.org/java/4_2_1/core/org/apache.../NRTCachingDirectory.html
2013-04-04, 00:43
|
|
|
CompoundFileDirectory (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
CompoundFileDirectory (Lucene 4.2.1 API)
Overview Package Class Use Tree Deprecated Help
PREV CLASS
NEXT CLASS
FRAMES
NO...
|
|
... FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.store
Class CompoundFileDirectory
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.CompoundFileDirectory
All Implemented Interfaces:
Closeable
public final class CompoundFileDirectory
extends... |
| ... Directory
Class for accessing a compound stream.
This class implements a directory, but is limited to only read operations.
Directory methods that would normally modify data throw... |
| ... are contained in this compound file.
The entry table that follows has that many entries.
Each directory entry contains a long pointer to the start of this file's data
section... |
|
|
http://lucene.apache.org/java/4_2_1/core/org/apac.../CompoundFileDirectory.html
2013-04-04, 00:43
|
|
|
DirectoryReader (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
DirectoryReader (Lucene 4.2.1 API)
Overview Package Class Use Tree Deprecated Help
PREV CLASS
NEXT CLASS
FRAMES
NO...
|
|
... FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.index
Class DirectoryReader
java.lang.Object
org...
|
[+ show more]
[- hide]
| ....apache.lucene.index.IndexReader
org.apache.lucene.index.CompositeReader
org.apache.lucene.index.BaseCompositeReader<AtomicReader>
org.apache.lucene.index.DirectoryReader
All Implemented... |
| ... Interfaces:
Closeable
public abstract class DirectoryReader
extends BaseCompositeReader<AtomicReader>
DirectoryReader is an implementation of CompositeReader
that can read... |
| ... indexes in a Directory.
DirectoryReader instances are usually constructed with a call to
one of the static open() methods, e.g. open(Directory).
For efficiency, in this API documents... |
|
|
http://lucene.apache.org/java/4_2_1/core/org/apache/luc.../DirectoryReader.html
2013-04-04, 00:43
|
|
|
BaseDirectoryWrapper (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
BaseDirectoryWrapper (Lucene 4.2.1 API)
Overview Package Class Use Tree Deprecated Help
PREV CLASS
NEXT CLASS
FRAMES
NO...
|
|
... FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.lucene.store
Class BaseDirectoryWrapper
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.store.BaseDirectoryWrapper
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
MockDirectoryWrapper
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
protected Directory delegate
our in directory
Fields inherited from class org.apache.lucene.store.Directory
isOpen, lock... |
|
|
http://lucene.apache.org/java/4_2_1/test-framework.../BaseDirectoryWrapper.html
2013-04-04, 00:43
|
|
|
|