| clear query|facets|time |
Search criteria: directory.
Results from 11 to 20 from
10341 (4.303s).
|
|
|
Loading phrases to help you refine your search...
|
|
PoweredBy - Lucene - Lucene - [wiki]
|
|
...King - We're using Lucene as backend for our deals
Detik.com - Search Engine for www.detik.com, largest news portal in Indonesia
dialo.de - yellow and white page directory for Germany. Users...
|
|
... Cry 3 Review - A video game reviews directory, using Lucene to deliver the content to the user
Filestar - A simple but powerful document management and scan-to-archive application.
Fimsi...
|
[+ show more]
[- hide]
| ... UI is used for search and crawl monitoring. Search can be limited to single directory and optionally its subdirs. RSS feed is available for search results.
Simpy - social bookmarking... |
| .../Blog/News/Weblog/BBS/Forum search engine
Citikey.com - UK Business directory and city guide
Cochebuscador - vertical search engine for used cars classifieds in Spain
Cole Haan - Database of products is indexed... |
|
|
http://wiki.apache.org/lucene-java/PoweredBy
Author: CagdasTatlici,
2013-02-28, 14:03
|
|
|
PublishMavenArtifacts - Lucene - Lucene - [wiki]
|
|
... you don't already have them) using dev-tools/scripts/crawl.maven.release.dist.sh - they will be placed in lucene/ and solr/ directories in the current directory.
The Lucene and Solr...
|
|
... artifacts may be staged either together in one pass, or separately in two passes. To stage both products' artifacts in one pass, specify as maven.dist.dir the parent directory of lucene/ and solr...
|
[+ show more]
[- hide]
| .../; to stage separately, run ant stage-maven-artifacts twice, specifying as maven.dist.dir first either the lucene/ or the solr/ directory, and then the other.
Stage the Lucene and/or Solr... |
| ... artifacts using the stage-maven-artifacts target run from a checked-out lucene/ source directory, e.g.
ant clean stage-maven-artifacts -Dmaven.dist.dir=/Users/username/temp/lusolrXYmaven -Dm2... |
| ....repository.id=apache.releases.https -Dm2.repository.url=https://repository.apache.org/service/local/staging/deploy/maven2
maven.dist.dir is the directory containing the Lucene and/or Solr Maven... |
|
|
http://wiki.apache.org/lucene-java/PublishMavenArtifacts
Author: SteveRowe,
2013-01-21, 14:59
|
|
|
Directory (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
Directory (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 Directory
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.store.Directory
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
CompoundFileDirectory, FileSwitchDirectory, FSDirectory, NRTCachingDirectory... |
| ..., RAMDirectory, RateLimitedDirectoryWrapper, TrackingDirectoryWrapper
public abstract class Directory
extends Object
implements Closeable
A Directory is a flat list of files. Files may be written... |
| ...;
implementation of an index as a single file;
Directory locking is implemented by an instance of LockFactory, and can be changed for each Directory
instance using set... |
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/lucene/st.../Directory.html
2013-05-06, 08:52
|
|
|
Directory (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...
Directory (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 Directory
java.lang.Object
org.apache.lucene.store.Directory...
|
[+ show more]
[- hide]
| ...
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
CompoundFileDirectory, FileSwitchDirectory, FSDirectory, NRTCachingDirectory, RAMDirectory, RateLimitedDirectory... |
| ...Wrapper, TrackingDirectoryWrapper
public abstract class Directory
extends Object
implements Closeable
A Directory is a flat list of files. Files may be written once, when they
are created... |
| ...;
Directory locking is implemented by an instance of LockFactory, and can be changed for each Directory
instance using setLockFactory(org.apache.lucene.store.LockFactory).
Nested Class... |
|
|
http://lucene.apache.org/java/4_2_1/core/org/apache/lucene/st.../Directory.html
2013-04-04, 00:43
|
|
|
NIO2 Directory implementations - Lucene - [mail # user]
|
|
...As part of a project using Lucene I have implemented a trio of Directories roughly corresponding to the FSDirectory implementations in core. These directory implementations use the NIO2...
|
|
... API's in JDK7 when opening files. This ensures that on Windows the files are opened in a mode that allows deletion even if the file is open elsewhere. 1.) JDK7MMapDirectory - Roughly...
|
[+ show more]
[- hide]
| ... the same as MMapDirectory. Uses FileChannel.open (instead of RandomAccessFile) to create a FileChannel that then has map() called on it to create the mapped buffers. 2.) JDK7NIOFSDirectory... |
|
|
Author: Michael Poindexter,
2013-03-17, 20:03
|
|
|
NIO2 Directory implementations - Lucene - [mail # user]
|
|
...As part of a project using Lucene I have implemented a trio of Directories roughly corresponding to the FSDirectory implementations in core. These directory implementations use the NIO2...
|
|
... API's in JDK7 when opening files. This ensures that on Windows the files are opened in a mode that allows deletion even if the file is open elsewhere. 1.) JDK7MMapDirectory - Roughly...
|
[+ show more]
[- hide]
| ... the same as MMapDirectory. Uses FileChannel.open (instead of RandomAccessFile) to create a FileChannel that then has map() called on it to create the mapped buffers. 2.) JDK7NIOFSDirectory... |
|
|
Author: Michael Poindexter,
2013-03-17, 02:13
|
|
|
Directory (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...
Directory (Lucene 4.2.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 Directory
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.store.Directory
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
CompoundFileDirectory, FileSwitchDirectory, FSDirectory, NRTCachingDirectory... |
| ..., RAMDirectory, RateLimitedDirectoryWrapper, TrackingDirectoryWrapper
public abstract class Directory
extends Object
implements Closeable
A Directory is a flat list of files. Files may be written... |
| ...;
implementation of an index as a single file;
Directory locking is implemented by an instance of LockFactory, and can be changed for each Directory
instance using set... |
|
|
http://lucene.apache.org/java/4_2_0/core/org/apache/lucene/st.../Directory.html
2013-03-11, 05:47
|
|
|
DirectoryTaxonomyWriter # getDirectory() - Lucene - [javadoc]
- [see source code]
|
|
...Returns the {@link Directory} of this taxonomy writer. ...
|
|
|
http://search-lucene.com/jd/luce.../DirectoryTaxonomyWriter.html#getDirectory()
|
|
|
CompoundFileDirectory # getDirectory() - Lucene - [javadoc]
- [see source code]
|
|
|
|
http://search-lucene.com/jd/lucene.../CompoundFileDirectory.html#getDirectory()
|
|
|
PatchCheckList - Lucene - Lucene - [wiki]
|
|
...-level directory.
Generate javadocs, verify no javadoc errors/warnings were introduced by the patch.
Put in a meaningful commit message. Reference the JIRA issue when appropriate.
Remember...
|
|
|
http://wiki.apache.org/lucene-java/PatchCheckList
Author: SteveRowe,
2012-09-26, 20:09
|
|
|
|