lucene-queryparser-8.6.2.jar中文-英文对照文档.zip

org.apache.lucenelucene-queryparser8.6.2API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: lucene-queryparser-8.6.2.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.90 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

lucene-queryparser-8.6.2.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:lucene-queryparser-8.6.2.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:lucene-queryparser-8.6.2.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:lucene-queryparser-8.6.2.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:lucene-queryparser-8.6.2-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 lucene-queryparser-8.6.2.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Lucene QueryParsers
  • 描述: Lucene 查询解析器模块
  • 版本: 8.6.2

Maven依赖

<dependency>
	<groupId>org.apache.lucene</groupId>
	<artifactId>lucene-queryparser</artifactId>
	<version>8.6.2</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.6.2'
Gradle (Short):
	implementation 'org.apache.lucene:lucene-queryparser:8.6.2'
Gradle (Kotlin):
	implementation("org.apache.lucene:lucene-queryparser:8.6.2")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.apache.lucene.queryparser.classic
org.apache.lucene.queryparser.complexPhrase
org.apache.lucene.queryparser.ext
org.apache.lucene.queryparser.flexible.core
org.apache.lucene.queryparser.flexible.core.builders
org.apache.lucene.queryparser.flexible.core.config
org.apache.lucene.queryparser.flexible.core.messages
org.apache.lucene.queryparser.flexible.core.nodes
org.apache.lucene.queryparser.flexible.core.parser
org.apache.lucene.queryparser.flexible.core.processors
org.apache.lucene.queryparser.flexible.core.util
org.apache.lucene.queryparser.flexible.messages
org.apache.lucene.queryparser.flexible.precedence
org.apache.lucene.queryparser.flexible.precedence.processors
org.apache.lucene.queryparser.flexible.standard
org.apache.lucene.queryparser.flexible.standard.builders
org.apache.lucene.queryparser.flexible.standard.config
org.apache.lucene.queryparser.flexible.standard.nodes
org.apache.lucene.queryparser.flexible.standard.parser
org.apache.lucene.queryparser.flexible.standard.processors
org.apache.lucene.queryparser.simple
org.apache.lucene.queryparser.surround.parser
org.apache.lucene.queryparser.surround.query
org.apache.lucene.queryparser.xml
org.apache.lucene.queryparser.xml.builders

本组件包含的 Java class(类)

org.apache.lucene.queryparser.classic.CharStream
org.apache.lucene.queryparser.classic.FastCharStream
org.apache.lucene.queryparser.classic.MultiFieldQueryParser
org.apache.lucene.queryparser.classic.ParseException
org.apache.lucene.queryparser.classic.QueryParser
org.apache.lucene.queryparser.classic.QueryParser.Operator
org.apache.lucene.queryparser.classic.QueryParserBase
org.apache.lucene.queryparser.classic.QueryParserConstants
org.apache.lucene.queryparser.classic.QueryParserTokenManager
org.apache.lucene.queryparser.classic.Token
org.apache.lucene.queryparser.classic.TokenMgrError
org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser
org.apache.lucene.queryparser.ext.ExtendableQueryParser
org.apache.lucene.queryparser.ext.ExtensionQuery
org.apache.lucene.queryparser.ext.Extensions
org.apache.lucene.queryparser.ext.Extensions.Pair
org.apache.lucene.queryparser.ext.ParserExtension
org.apache.lucene.queryparser.flexible.core.QueryNodeError
org.apache.lucene.queryparser.flexible.core.QueryNodeException
org.apache.lucene.queryparser.flexible.core.QueryNodeParseException
org.apache.lucene.queryparser.flexible.core.QueryParserHelper
org.apache.lucene.queryparser.flexible.core.builders.QueryBuilder
org.apache.lucene.queryparser.flexible.core.builders.QueryTreeBuilder
org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
org.apache.lucene.queryparser.flexible.core.config.ConfigurationKey
org.apache.lucene.queryparser.flexible.core.config.FieldConfig
org.apache.lucene.queryparser.flexible.core.config.FieldConfigListener
org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
org.apache.lucene.queryparser.flexible.core.messages.QueryParserMessages
org.apache.lucene.queryparser.flexible.core.nodes.AndQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.AnyQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.BoostQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.DeletedQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.FieldValuePairQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.FieldableNode
org.apache.lucene.queryparser.flexible.core.nodes.FuzzyQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.GroupQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.MatchAllDocsQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.MatchNoDocsQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier
org.apache.lucene.queryparser.flexible.core.nodes.NoTokenFoundQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.OpaqueQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.OrQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
org.apache.lucene.queryparser.flexible.core.nodes.PhraseSlopQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.ProximityType
org.apache.lucene.queryparser.flexible.core.nodes.ProximityQueryNode.Type
org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
org.apache.lucene.queryparser.flexible.core.nodes.QuotedFieldQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.RangeQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.SlopQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.TextableQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.TokenizedPhraseQueryNode
org.apache.lucene.queryparser.flexible.core.nodes.ValueQueryNode
org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax
org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax.Type
org.apache.lucene.queryparser.flexible.core.parser.SyntaxParser
org.apache.lucene.queryparser.flexible.core.processors.NoChildOptimizationQueryNodeProcessor
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessor
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline
org.apache.lucene.queryparser.flexible.core.processors.RemoveDeletedQueryNodesProcessor
org.apache.lucene.queryparser.flexible.core.util.QueryNodeOperation
org.apache.lucene.queryparser.flexible.core.util.StringUtils
org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
org.apache.lucene.queryparser.flexible.messages.Message
org.apache.lucene.queryparser.flexible.messages.MessageImpl
org.apache.lucene.queryparser.flexible.messages.NLS
org.apache.lucene.queryparser.flexible.messages.NLSException
org.apache.lucene.queryparser.flexible.precedence.PrecedenceQueryParser
org.apache.lucene.queryparser.flexible.precedence.processors.BooleanModifiersQueryNodeProcessor
org.apache.lucene.queryparser.flexible.precedence.processors.PrecedenceQueryNodeProcessorPipeline
org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration
org.apache.lucene.queryparser.flexible.standard.QueryParserUtil
org.apache.lucene.queryparser.flexible.standard.StandardQueryParser
org.apache.lucene.queryparser.flexible.standard.builders.AnyQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.BooleanQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.BoostQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.DummyQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.FieldQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.FuzzyQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.GroupQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.MatchAllDocsQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.MatchNoDocsQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.ModifierQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.MultiPhraseQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.PhraseQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.PointRangeQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.PrefixWildcardQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.RegexpQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.SlopQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.StandardQueryBuilder
org.apache.lucene.queryparser.flexible.standard.builders.StandardQueryTreeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.SynonymQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.TermRangeQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.builders.WildcardQueryNodeBuilder
org.apache.lucene.queryparser.flexible.standard.config.FieldBoostMapFCListener
org.apache.lucene.queryparser.flexible.standard.config.FieldDateResolutionFCListener
org.apache.lucene.queryparser.flexible.standard.config.FuzzyConfig
org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
org.apache.lucene.queryparser.flexible.standard.config.PointsConfig
org.apache.lucene.queryparser.flexible.standard.config.PointsConfigListener
org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler
org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.ConfigurationKeys
org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.Operator
org.apache.lucene.queryparser.flexible.standard.nodes.AbstractRangeQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.BooleanModifierNode
org.apache.lucene.queryparser.flexible.standard.nodes.MultiPhraseQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.PointQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.PointRangeQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.PrefixWildcardQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.SynonymQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.TermRangeQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.WildcardQueryNode
org.apache.lucene.queryparser.flexible.standard.parser.CharStream
org.apache.lucene.queryparser.flexible.standard.parser.EscapeQuerySyntaxImpl
org.apache.lucene.queryparser.flexible.standard.parser.FastCharStream
org.apache.lucene.queryparser.flexible.standard.parser.ParseException
org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParser
org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserConstants
org.apache.lucene.queryparser.flexible.standard.parser.StandardSyntaxParserTokenManager
org.apache.lucene.queryparser.flexible.standard.parser.Token
org.apache.lucene.queryparser.flexible.standard.parser.TokenMgrError
org.apache.lucene.queryparser.flexible.standard.processors.AllowLeadingWildcardProcessor
org.apache.lucene.queryparser.flexible.standard.processors.AnalyzerQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.BooleanQuery2ModifierNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.BoostQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.DefaultPhraseSlopQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.FuzzyQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.MatchAllDocsQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.MultiFieldQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.MultiTermRewriteMethodProcessor
org.apache.lucene.queryparser.flexible.standard.processors.OpenRangeQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.PhraseSlopQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.PointQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.PointRangeQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.RegexpQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.RemoveEmptyNonLeafQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.StandardQueryNodeProcessorPipeline
org.apache.lucene.queryparser.flexible.standard.processors.TermRangeQueryNodeProcessor
org.apache.lucene.queryparser.flexible.standard.processors.WildcardQueryNodeProcessor
org.apache.lucene.queryparser.simple.SimpleQueryParser
org.apache.lucene.queryparser.surround.parser.CharStream
org.apache.lucene.queryparser.surround.parser.FastCharStream
org.apache.lucene.queryparser.surround.parser.ParseException
org.apache.lucene.queryparser.surround.parser.QueryParser
org.apache.lucene.queryparser.surround.parser.QueryParserConstants
org.apache.lucene.queryparser.surround.parser.QueryParserTokenManager
org.apache.lucene.queryparser.surround.parser.Token
org.apache.lucene.queryparser.surround.parser.TokenMgrError
org.apache.lucene.queryparser.surround.query.AndQuery
org.apache.lucene.queryparser.surround.query.BasicQueryFactory
org.apache.lucene.queryparser.surround.query.ComposedQuery
org.apache.lucene.queryparser.surround.query.DistanceQuery
org.apache.lucene.queryparser.surround.query.DistanceSubQuery
org.apache.lucene.queryparser.surround.query.FieldsQuery
org.apache.lucene.queryparser.surround.query.NotQuery
org.apache.lucene.queryparser.surround.query.OrQuery
org.apache.lucene.queryparser.surround.query.SimpleTerm
org.apache.lucene.queryparser.surround.query.SimpleTerm.MatchingTermVisitor
org.apache.lucene.queryparser.surround.query.SpanNearClauseFactory
org.apache.lucene.queryparser.surround.query.SrndPrefixQuery
org.apache.lucene.queryparser.surround.query.SrndQuery
org.apache.lucene.queryparser.surround.query.SrndTermQuery
org.apache.lucene.queryparser.surround.query.SrndTruncQuery
org.apache.lucene.queryparser.surround.query.TooManyBasicQueries
org.apache.lucene.queryparser.xml.CoreParser
org.apache.lucene.queryparser.xml.CorePlusExtensionsParser
org.apache.lucene.queryparser.xml.CorePlusQueriesParser
org.apache.lucene.queryparser.xml.DOMUtils
org.apache.lucene.queryparser.xml.ParserException
org.apache.lucene.queryparser.xml.QueryBuilder
org.apache.lucene.queryparser.xml.QueryBuilderFactory
org.apache.lucene.queryparser.xml.builders.BooleanQueryBuilder
org.apache.lucene.queryparser.xml.builders.BoostingTermBuilder
org.apache.lucene.queryparser.xml.builders.ConstantScoreQueryBuilder
org.apache.lucene.queryparser.xml.builders.DisjunctionMaxQueryBuilder
org.apache.lucene.queryparser.xml.builders.FuzzyLikeThisQueryBuilder
org.apache.lucene.queryparser.xml.builders.LikeThisQueryBuilder
org.apache.lucene.queryparser.xml.builders.MatchAllDocsQueryBuilder
org.apache.lucene.queryparser.xml.builders.PointRangeQueryBuilder
org.apache.lucene.queryparser.xml.builders.RangeQueryBuilder
org.apache.lucene.queryparser.xml.builders.SpanBuilderBase
org.apache.lucene.queryparser.xml.builders.SpanFirstBuilder
org.apache.lucene.queryparser.xml.builders.SpanNearBuilder
org.apache.lucene.queryparser.xml.builders.SpanNotBuilder
org.apache.lucene.queryparser.xml.builders.SpanOrBuilder
org.apache.lucene.queryparser.xml.builders.SpanOrTermsBuilder
org.apache.lucene.queryparser.xml.builders.SpanPositionRangeBuilder
org.apache.lucene.queryparser.xml.builders.SpanQueryBuilder
org.apache.lucene.queryparser.xml.builders.SpanQueryBuilderFactory
org.apache.lucene.queryparser.xml.builders.SpanTermBuilder
org.apache.lucene.queryparser.xml.builders.TermQueryBuilder
org.apache.lucene.queryparser.xml.builders.TermsQueryBuilder
org.apache.lucene.queryparser.xml.builders.UserInputQueryBuilder