• Products
    • Overview
    • LucidWorks Search Platform
      • Features and Benefits
      • Technical Overview
      • Only with LucidWorks
      • LucidWorks and Solr
      • White Papers
      • LucidWorks Enterprise
      • LucidWorks Cloud
    • Certified Distributions
      • Certified Solr
      • Certified Lucene
    • Apache Releases
      • Apache Solr
      • Apache Lucene
  • Support & Services
    • Overview
    • Support
    • Training
    • Solr/Lucene Certification
    • ExpertLink Advisory
    • Consulting
    • Partners
    • Subscriptions
  • Why Lucid?
    • Why Lucid?
    • Technology
    • Technical Leadership
    • Who uses Lucene/Solr?
      • What customers are saying
    • Case Studies
    • Whitepapers
    • Demos
    • Webinars
  • Blog
  • DevZone
    • DevZone Overview
    • Forums (LWE)
    • Videos & Podcasts
      • How To's
      • Screencasts
      • Podcasts
      • Conference Videos
    • Technical Articles
      • Whitepapers
    • Reference Materials
      • Documentation
      • Solr Reference Guide
      • Solr & LucidWorks Matrix
      • Tutorials
    • Events
      • Conferences
      • Meet Ups
    • Code & Test
  • Downloads
  • About Us
    • Management
    • Careers
    • News
      • Media Coverage
      • Press Releases
    • Contact Us

beta

Start new search

Options

Clear all facets

  • Project clear projects

  • Source clear sources

  • Author clear authors

Search Results for 10

Results loading...

Found 296 results in 0.041 seconds. Displaying page 1 of 30, sorted by

  1. [WEB] Apache Tika - Apache Tika 0.10

    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

  2. [WEB] Index of /droids/api

    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/

  3. [WEB] Deprecated List (Apache Nutch 1.3 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

  4. [WEB] Deprecated List (${Name} 1.4 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.4/deprecated-list.html

  5. [WEB] Apache Tika - Getting Started with Apache Tika

    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

  6. [WEB] 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/perl/LucyX/Search/ProximityQuery.html

  7. [WEB] 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.0/perl/LucyX/Search/ProximityQuery.html

  8. [WEB] 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.2.1/perl/LucyX/Search/ProximityQuery.html

  9. [WEB] http://incubator.apache.org/lucy/docs/0.1.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.1.0/perl/LucyX/Search/ProximityQuery.html

  10. [WEB] Apache Tika - Apache Tika 0.8

    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

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. >>

Powered by LucidWorks Enterprise

Give us your feedback

  • Lucene
  • Solr
  • Nutch
  • Tika
  • Mahout
  • Droids
  • PyLucene
  • Lucene.Net
  • Lucy
  • Lucene4c
  • Open Relevance Project
  • ManifoldCF
  • Contact Us
  • About Lucid Imagination
  • Help & Support
  • Training
  • Website Feedback
  • Privacy Policy
  • Legal Terms of Use
  • Copyrights and Disclaimers
  • Sitemap
  • Admin

Apache Solr, Solr, Apache Lucene, Lucene and their logos are trademarks of the Apache Software Foundation.

© 2012 Lucid Imagination. All Right reserved.