• It has also established a quantitative method for databases of index documents. 2 tabs. 1 ref.

    二次文献检索数据库建立定量化研究方法。图2。参考文献1

    youdao

  • The mathematical modeling of index documents publishing process provides a quantitative tool for the study of hit rate of index documents.

    二次文献发表延时过程模型建立,研究利用二次文献查新的漏检问题提供了定量化工具

    youdao

  • We are currently investigating whether using a customized B-Tree algorithm can make it possible to search with the help of wild CARDS and to store index documents more compactly.

    我们目前正在研究使用定制B -Tree算法进行带有通配符搜索并且更加紧凑存储索引文档是否可行

    youdao

  • The agent that updates the index database with new documents is currently rather slow and is not optimized, which can be fixed by adding a couple of tracking fields to the index documents.

    使用文档更新索引数据库代理目前速度很慢,进行优化通过添加一对跟踪字段索引文档可以解决这一问题。

    youdao

  • Each group consisted of 5000 users; for each user the index and All Documents view were built.

    5000个用户组成;所有用户构建索引全部文档视图

    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

  • Using the code in Listing 1, you can add the text documents to the index successfully.

    利用清单1中的代码就可以成功的将文本文档添加索引中去。

    youdao

  • It provides methods to add, delete, or update documents in the index.

    提供索引中添加删除更新文档方法

    youdao

  • Inlining can reduce the size of the regions index dramatically since inlined documents do not require any regions index entries.

    内联功能可以显著减小区域索引大小因为内联文档需要任何区域索引条目

    youdao

  • Develop a server add-on that automatically adds new and modified documents from the source database to the index database.

    开发一个服务器附件自动新的修改了文档数据库添加索引数据库。

    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

  • This class can create a new index or open an existing index and add documents to it.

    这个创建新的索引或者打开已存在的索引该所引添加文档

    youdao

  • The full-text index finds these XML documents quickly which are then input to the FLWOR expression that extracts all employee names from these documents.

    全文索引迅速找到这些XML文档随后将它们输入这些文档中提取所有员工姓名FL WOR表达式

    youdao

  • From a technical perspective, the inverted index, used to store keywords that appear in documents and enable searches, is a well-known and well-described data structure.

    技术角度来看倒排索引用于存储文档出现关键字并且支持搜索,它一种广为熟悉并且精确描述数据结构

    youdao

  • Choose a folder of XML documents to index.

    选择想要索引XML文档文件夹

    youdao

  • The last line adds the prepared documents to the index.

    最后准备好的文档添加到了索引当中。

    youdao

  • However, such an index contains all text node values from all documents in the XML column.

    但是此类索引将包含xml所有文档全部文本节点

    youdao

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

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

    youdao

  • Namely, I am going to demonstrate how to sort, boost, and filter documents based on spatial information in the index.

    演示如何根据索引中的空间信息文档进行排序增强过滤

    youdao

  • When you add documents to the index, new segments may be created which are added incrementally and can be merged.

    索引中添加文档时,便不断创建一些可以合并片断

    youdao

  • When you need to index a large number of documents, you'll notice that the bottleneck of the indexing is the process of writing the documents into the index files on the disk.

    需要索引大量文件时,你注意索引过程瓶颈往磁盘上索引文件的过程中。

    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

  • There are three main ways to update the Demo Index database with new documents.

    可以通过以下三种主要方式使用文档更新DemoIndex数据库

    youdao

  • Use these methods to ping the server, add and delete documents, commit changes, optimize the index, and run queries.

    使用这些方法ping服务器添加删除文档提交更改优化索引以及运行查询

    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 code below shows a PHP application that connects a Solr service, adds two documents to the index, and runs the part number query used previously.

    下列代码显示了连接Solr服务索引中添加两个文档运行先前使用零部件查询PHP应用程序。

    youdao

  • In this article, you have looked at the Xapian text indexing system, which, through the Omega extensions, allows you to index a variety of documents, and then search and report on the content.

    本文中,了解Xapian文本索引系统通过Omega扩展这个系统允许索引各类文档然后进行搜索报告内容。

    youdao

  • The IndexReader class in Lucene is responsible for removing documents from the existing index, as demonstrated in Listing 2.

    IndexReader负责一个已经存在索引中删除文档清单2所

    youdao

  • Covering indexes allow data storage within the index itself while sparse indexes exclude documents that do not contain the missing field.

    Covered索引允许索引本身存储数据Sparse索引则会排除掉包含索引字段的文档

    youdao

  • For example, if you want to index HTML or PDF documents, first you should extract the textual information from the documents and then send the information to Lucene for indexing.

    比如如果HTML文档或者PD f文档建立索引那么首先就需要这些文档中提取文本信息,然后文本信息交给Lucene建立索引。

    youdao

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

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

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