• Do you have a copy of the department's document on the correct format for index, citations and references?

    系里关于索引引用参考文献正确格式文件吗?

    youdao

  • To use a custom document model, you have to specify one at text index creation time.

    使用定制文档模型必须创建文本索引指定一个文档模型。

    youdao

  • Use the same index document to store references for 4,096 source documents instead of having one index document for each source document.

    使用相同索引文档存储4,096个文档引用而不是每个源文档都自己的索引文档。

    youdao

  • Each word is an index entry for the document it originates from, and the index entries are sorted by those words.

    每个单词所在文档一个索引条目,索引条目这些单词存储

    youdao

  • In the context of the DB2 text Search index processing, for each row, the content of each column is treated as a document.

    DB 2文本搜索索引处理上下文中对于行记录其中每一个字段都会作为一个文档进行处理。

    youdao

  • A common scenario for lazy loading happens when an application returns and displays a list of search results, one of which the user clicks to see the original document stored in the index.

    懒散加载常见场景大都发生应用程序返回显示一系列搜索结果的时候,用户常常会单击其中查看存储索引中的原始文档

    youdao

  • Each index document also has multi-value field UNIDs, which contain the UNIDs of all documents in the source database that match the keyword assigned for that index document.

    每一个索引文档具有多值字段unid其中包含该索引文档分配关键匹配的数据库中的所有文档UNID。

    youdao

  • If DB2 used a single index range scan from 20 to 30, it would miss this document and return an incomplete query result.

    如果DB 22030之间使用单个索引范围扫描错过文档返回完全的查询结果。

    youdao

  • In XML cases, not only the significant terms, but also their location in the XML document structure is maintained in the text index.

    XML文档情况下文本索引不但包含重要词汇而且包含它们在XML文档结构中的位置

    youdao

  • Although we have not created any relational indexes, we will create some XML indexes to explain how DB2 native XML support allows us to create an index from any element or attribute in the document.

    虽然我们没有创建任何关系索引,但创建一些xml索引说明如何使用DB 2原生xML支持文档中的任何元素属性创建索引

    youdao

  • Depending on the type of document, which is defined with the text index format, different ingest handlers and parsers are used to extract and filter the text.

    根据文本索引格式中定义文档类型不同吸取处理器解析器用于提取过滤文本。

    youdao

  • It contains index entries for every text node, i.e. every leaf element value in every XML document in the XML column.

    包含每个文本节点(xml中的每个XML文档中的每个叶子元素)的索引条目

    youdao

  • Using a text index makes document search much more efficient, as the text data does not need to be examined at query time like it is done with sub-string matching.

    使用文本索引使文档搜索的效率大大提高因为需要进行子字符串匹配那样查询检查文本数据

    youdao

  • First, when the search index is created, taxonomy categories are applied to documents based on whether a document satisfies the rule.

    首先,在创建搜索索引根据文档是否满足规则,将分类法目录应用文档

    youdao

  • This list of tagsgenerated on an AD hoc basis during the actual document parsing — was used as an index for single-byte tag placeholders used in a structure schematic.

    标记列表—在实际文档解析期间特别基础上生成用作结构示意图使用单字节标记占位符索引

    youdao

  • The pipeline processes documents before they are indexed in the full-text index, and it provides automated summarization, document format conversion, and categorization services (See Figure 1).

    全文索引建立文档的索引之前管道将对文档进行处理并且提供了自动化摘要文档格式转换分类服务请参见1)。

    youdao

  • In that index document, the script identifies the UNID of the source document in the source database.

    索引文档中,脚本识别数据库源文档UNID

    youdao

  • Each term points to a list of documents that contain it. On the contrary, in a forwarding index, documents take the center stage, and each document refers to a list of terms it contains.

    相反正向索引中,文档占据中心位置,每个文档指向一个所包含的索引序列

    youdao

  • Index definition with a custom document model.

    使用定制文档模型索引定义

    youdao

  • Index idx4 declares the namespace and prefix explicitly to match the document.

    索引idx4显式地声明名称空间前缀匹配文档。

    youdao

  • With the fields stored in the index, instead of using the Document to locate the original file or data and load it, you can actually pull the data out of the Document.

    存储索引里面字段取代Document定位原始文件数据载入实际上数据Document抽出来。

    youdao

  • During index update processing, the lexical analysis identifies the lemmas of the words in the document, and the analysis adds this information to the text index.

    索引更新过程中,词法分析确定文档单词词元。

    youdao

  • Inverted Index: The map function parses each document, and emits a sequence of pairs.

    反向索引map函数每个文档进行索引分析产生数据

    youdao

  • Upon completing this integration, OmniFind can then crawl, parse, index, and search a Portal Document Manager repository on any number of specified Portal Document Manager item classes.

    完成集成后,OmniFind便可以任意数量指定PortalDocumentManager项目类上爬行解析索引搜索Portal Document Manager知识库

    youdao

  • To index and then search files, you first need write code that converts your files into Document objects.

    为了建立索引搜索文件首先代码的文件转换Document对象。

    youdao

  • For example, a text "ABC def ghi" consists of three words, and that results in three index entries (all pointing to the same text document) being generated.

    例如文本abcdefghi单词组成,导致生成三个索引条目(指向相同的文本文档)。

    youdao

  • The standard Scheme document, including the index, is only 50 pages long.

    包括索引标准scheme文档才只有50

    youdao

  • Lucene can index only plain text documents, so we need a way to extract the plain text from a rich document format like those above and feed it into Lucene.

    Lucene只能文本文档建立索引因此我们需要找到一种方法纯文本上面提到的那些文档格式的文档中提取出来,然后将其提供给Lucene。

    youdao

  • The execution plan on the left shows the index AND 'ing plan that DB2 would have to consider to catch your sample document.

    左侧执行计划展示索引AND' ing的执行计划,DB 2必须考虑捕获示例文档。

    youdao

  • Covered indexes enhance performance when all fields requested by a query are contained within the covered index because there is no need to pull up the full document record.

    Covered索引查询所请求全部字段包含在Covered索引中时能提升性能因为不再需要取出完整文档记录

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定