• Save project, contents, and index files.

    保存工程目录索引文件

    youdao

  • All index data services can search all index files.

    所有索引数据服务都可以搜索所有索引文件

    youdao

  • Now look at Lucene's logical view of index files in Figure 2.

    2 显示了 Lucene索引结构逻辑视图

    youdao

  • The storage and index files for a help file do not match.

    帮助文件存储文件索引文件匹配

    youdao

  • An abstract class that represents the location where index files are stored.

    表示索引文件存储位置抽象

    youdao

  • This is configured with the same directory where the index files were created earlier.

    其配置目录前面创建索引文件的目录相同

    youdao

  • Optimization results in the merging of many of the Lucene index files into a single file.

    优化会导致多个Lucene索引文件合并一个单一文件。

    youdao

  • This directory contains the search index files produced by the Lucene search engine as shown in Figure 10.

    目录包含Lucene搜索引擎产生搜索索引文件如图10中所示。

    youdao

  • Run the index Data service under a user who has exclusive access to both the service process and the index files.

    同时能够独自访问服务流程索引文件用户运行IndexDataService

    youdao

  • Each IBM Cognos environment can have multiple index data services, multiple index update services, and multiple index files.

    每一个IBMCognos环境都可以多个索引数据服务、多个索引更新服务多个索引文件

    youdao

  • I've introduced you to the main index files in Lucene, hopefully allowing you to understand the physical storage structure of Lucene.

    目前为止我们介绍了Lucene中的主要索引文件结构希望能理解Lucene的物理存储结构有所帮助。

    youdao

  • The main advantage of sitemap index files is, of course, a means to partition sitemap files of very large Web sites into smaller chunks.

    当然站点索引文件主要优势就是能把非常Web站点的站点文件分割众多比较小的文件。

    youdao

  • In the paper storage models based on relation database, object-oriented database, index files, compressed files are discussed in detail.

    文中基于关系数据库面向对象数据库、索引文件压缩文件的存储模型进行了详细论述。

    youdao

  • Lucene stores the input data in a data structure called an inverted index, which is stored on the file system or memory as a set of index files.

    Lucene输入数据存储名为逆序索引的数据结构中,数据结构以索引文件形式存储文件系统内存中。

    youdao

  • In Lucene 2.3 there are substantial optimizations for Documents that use stored fields and term vectors, to save merging of these very large index files.

    Lucene 2.3中拥有存储字段Term向量文档进行了大量优化节省索引合并的时间。

    youdao

  • We started with a blind placement strategy of putting the database index files on SSD storage, but that generated only a modest improvement (less than 2x).

    首先采取随意安排策略数据库索引文件放到SSD存储但是这样获得不多的性能提升(不超过2倍)。

    youdao

  • This section describes how to serve static content, how to use different ways of setting up the paths to look for files, and how to set up index files.

    一章如何提供静态文件,如何使用不同方式设置查找文件路径如果设置索引文件。

    youdao

  • In the back-end process, a spider or robot fetches the Web pages from the Internet, and then the indexing subsystem parses the Web pages and stores them into the index files.

    在后流程中,网络爬虫或者机器人因特网获取web页面然后索引子系统解析这些Web页面存入索引文件

    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

  • This starts the index process, loading the files.

    实际上会启动索引过程加载文件。

    youdao

  • Retrieves index updates from another repository and merges them into the files and directories in the current branch.

    另一个存储库检索索引更新将其合并当前分支文件目录

    youdao

  • It includes new heuristics to help indexer find header files in projects, and has added index support for implicit references and overloaded operators.

    包括新的启发式应用帮助索引发现项目中的文件增加隐式引用重载操作符的索引支持

    youdao

  • This is helpful for index pagesthose pages that consist mostly of links to files, such as download sectionsor other pages such as a table of contents or a glossary.

    索引页面那些主要包含文件链接(譬如下载部分)—或者其它页面(譬如,目录或词汇表)很帮助。

    youdao

  • Usually on a site, there are pages that are not useful for a search engine to index, such as files in the scripts directory, administrative pages, error pages, and so on.

    站点通常含有那些搜索引擎必要建立索引页面例如脚本目录中的文件管理页面和错误页面等等

    youdao

  • The views are simple files: the index and read views simply output the data assigned to them, applying minimal formatting, while the write view displays a form to be used when Posting to Blahg.

    视图都是十分简单文件索引视图读取视图只是应用最少格式输出分配它们数据写入视图将显示发布Blahg中时使用表单

    youdao

  • OmniFind provides several approaches for identifying which SCS spool files to index that are based on the selection criteria used by other system APIs and CL commands.

    OmniFind提供了几种方法确定索引哪些SCSspool文件这些方法基于其它系统APICL命令使用选取准则的。

    youdao

  • The slave servers then use rsync to copy only those files in the Lucene index that have been changed.

    之后服务器使用rsync复制Lucene索引中的那些更改文件

    youdao

  • For a real world example, this article steps through the creation of a simple search engine written in PHP that can index and search files using Apache Lucene.

    有关真实示例本文逐步说明使用PHP编写简单搜索引擎创建工作引擎使用Apache Lucene建立文件索引和进行搜索。

    youdao

  • Eventually when the form is submitted, the PHP script will create a Lucene search index and populate it with all the files in the directory that have a matching extension.

    最后提交表单php脚本创建Lucene搜索索引使用目录中具有匹配扩展名的所有文件其进行填充。

    youdao

  • The example creates a simple search engine written in PHP that can index and search files using Apache Lucene.

    示例创建使用PHP编写简单搜索引擎可以使用Apache Lucene建立文件索引和进行搜索。

    youdao

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

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

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