Found 296 results
in 0.041 seconds.
Displaying page 1 of 30,
sorted by
-
Apache Tika - Apache Tika 0.10
Apache Tika 0.10 The most notable changes in Tika 0.10 over the previous release are: A parser for CHM help files was added. ( TIKA-245 ) Invalid characters are now
http://tika.apache.org/0.10/index.html
-
Index of /droids/api
Index of /droids/api
Name Last modified Size Description Parent Directory -
droids-core/ 2009-11-16 10:10 -
droids-norobots/ 2009-11-16 10:10 -
droids-solr/ 2009-11-16 10:10 -
droids-spring/ 2009-11-16 10:10 -
droids-tika/ 2009-11-16 10:10 -
droids-wicket/ 2009-11-16 10:10 -
Apache/2.3.15-dev (Unix) mod_ssl/2.3.15-dev OpenSSL/1.0.0c Server at incubator.apache.org Port 80
http://incubator.apache.org/droids/api/
-
.
Deprecated Exceptions
org.apache.nutch.net.protocols.ProtocolException
Use ProtocolException instead.
Deprecated Methods
org.apache.nutch.parse.tika.TikaConfig.getDefaultConfig(Parser)
This method will be removed in Apache Tika 1.0
Deprecated Constructors
org.apache.nutch.parse.tika.TikaConfig(Document, Parser)
This method will be removed in Apache Tika 1.0
org.apache.nutch.parse.tika.TikaConfig(Element, Parser)
This method will be removed in Apache Tika 1.0
org.apache.nutch.parse.tika.TikaConfig(InputStream, Parser)
This method will be removed in Apache Tika 1.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
http://nutch.apache.org/apidocs-1.3/deprecated-list.html
-
.
Deprecated Exceptions
org.apache.nutch.net.protocols.ProtocolException
Use ProtocolException instead.
Deprecated Methods
org.apache.nutch.parse.tika.TikaConfig.getDefaultConfig(Parser)
This method will be removed in Apache Tika 1.0
Deprecated Constructors
org.apache.nutch.parse.tika.TikaConfig(Document, Parser)
This method will be removed in Apache Tika 1.0
org.apache.nutch.parse.tika.TikaConfig(Element, Parser)
This method will be removed in Apache Tika 1.0
org.apache.nutch.parse.tika.TikaConfig(InputStream, Parser)
This method will be removed in Apache Tika 1.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
http://nutch.apache.org/apidocs-1.4/deprecated-list.html
-
build the sources and install the resulting artifacts in your local Maven repository. mvn install See the Maven documentation for more information about the available build options. Note that you need Java 5 or higher to build Tika. Build artifacts The Tika 1.0 build consists of a number of components and produces the following main binaries: tika-core/target/tika-core-1.0.jar Tika core library. Contains the core interfaces and classes of Tika, but none of the parser implementations. Depends only on Java 5. tika-parsers/target/tika-parsers-1.0.jar Tika parsers. Collection of classes that implement the Tika Parser interface based on various external parser libraries. tika-app/target/tika-app-1.0.jar Tika application. Combines the above libraries and all the external parser libraries into a single runnable jar with a GUI and a command line interface. tika-bundle/target/tika-bundle-1.0.jar
http://tika.apache.org/1.0/gettingstarted.html
-
NAME
LucyX::Search::ProximityQuery - Query matching an ordered list of terms.
SYNOPSIS
my $proximity_query = LucyX::Search::ProximityQuery->new(
field => 'content',
terms => [qw( the who )],
within => 10, # match within 10 positions
);
my $hits = $searcher->hits( query => $proximity_query );
DESCRIPTION
ProximityQuery is a subclass of Lucy::Search::Query for matching against an ordered sequence of terms.
CONSTRUCTORS
new( [labeled params] )
field - The field that the phrase must occur in.
terms - The ordered array of terms that must match.
METHODS
get_field()
Accessor for object's field attribute.
get_terms()
Accessor for object's array of terms.
get_within()
Accessor for object's within attribute.
INHERITANCE
LucyX::Search::ProximityQuery isa Lucy::Search::Query isa
http://incubator.apache.org/lucy/docs/perl/LucyX/Search/ProximityQuery.html
-
NAME
LucyX::Search::ProximityQuery - Query matching an ordered list of terms.
SYNOPSIS
my $proximity_query = LucyX::Search::ProximityQuery->new(
field => 'content',
terms => [qw( the who )],
within => 10, # match within 10 positions
);
my $hits = $searcher->hits( query => $proximity_query );
DESCRIPTION
ProximityQuery is a subclass of Lucy::Search::Query for matching against an ordered sequence of terms.
CONSTRUCTORS
new( [labeled params] )
field - The field that the phrase must occur in.
terms - The ordered array of terms that must match.
METHODS
get_field()
Accessor for object's field attribute.
get_terms()
Accessor for object's array of terms.
get_within()
Accessor for object's within attribute.
INHERITANCE
LucyX::Search::ProximityQuery isa Lucy::Search::Query isa
http://incubator.apache.org/lucy/docs/0.2.0/perl/LucyX/Search/ProximityQuery.html
-
NAME
LucyX::Search::ProximityQuery - Query matching an ordered list of terms.
SYNOPSIS
my $proximity_query = LucyX::Search::ProximityQuery->new(
field => 'content',
terms => [qw( the who )],
within => 10, # match within 10 positions
);
my $hits = $searcher->hits( query => $proximity_query );
DESCRIPTION
ProximityQuery is a subclass of Lucy::Search::Query for matching against an ordered sequence of terms.
CONSTRUCTORS
new( [labeled params] )
field - The field that the phrase must occur in.
terms - The ordered array of terms that must match.
METHODS
get_field()
Accessor for object's field attribute.
get_terms()
Accessor for object's array of terms.
get_within()
Accessor for object's within attribute.
INHERITANCE
LucyX::Search::ProximityQuery isa Lucy::Search::Query isa
http://incubator.apache.org/lucy/docs/0.2.1/perl/LucyX/Search/ProximityQuery.html
-
NAME
LucyX::Search::ProximityQuery - Query matching an ordered list of terms.
SYNOPSIS
my $proximity_query = LucyX::Search::ProximityQuery->new(
field => 'content',
terms => [qw( the who )],
within => 10, # match within 10 positions
);
my $hits = $searcher->hits( query => $proximity_query );
DESCRIPTION
ProximityQuery is a subclass of Lucy::Search::Query for matching against an ordered sequence of terms.
CONSTRUCTORS
new( [labeled params] )
field - The field that the phrase must occur in.
terms - The ordered array of terms that must match.
METHODS
get_field()
Accessor for object's field attribute.
get_terms()
Accessor for object's array of terms.
get_within()
Accessor for object's within attribute.
INHERITANCE
LucyX::Search::ProximityQuery isa Lucy::Search::Query isa
http://incubator.apache.org/lucy/docs/0.1.0/perl/LucyX/Search/ProximityQuery.html
-
Apache Tika - Apache Tika 0.8
Apache Tika 1.0 The most notable changes in Tika 1.0 over the previous release are: API: All methods, classes and interfaces that were marked as deprecated in Tika 0.10 have been removed to clean up the API ( TIKA-703 ). You may need to adjust and recompile client code accordingly. The declared OSGi package versions are now 1.0, and will thus not resolve for client bundles that still refer to 0.x versions ( TIKA-565 ). Configuration: The context class loader of the
http://tika.apache.org/1.0/index.html