Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
19e2c32e
提交
19e2c32e
authored
11月 17, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
f2c91521
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
16 行增加
和
2 行删除
+16
-2
build.html
h2/src/docsrc/html/build.html
+11
-0
changelog.html
h2/src/docsrc/html/changelog.html
+3
-1
tutorial.html
h2/src/docsrc/html/tutorial.html
+2
-1
没有找到文件。
h2/src/docsrc/html/build.html
浏览文件 @
19e2c32e
...
@@ -122,6 +122,17 @@ To create the file <code>h2client.jar</code>, go to the directory <code>h2</code
...
@@ -122,6 +122,17 @@ To create the file <code>h2client.jar</code>, go to the directory <code>h2</code
build jarClient
build jarClient
</pre>
</pre>
<h3>
Using Lucene 2 / 3
</h3>
<p>
Both Apache Lucene 2 and Lucene 3 are supported.
Currently Apache Lucene version 2.x is used by default for H2 version 1.2.x,
and Lucene version 3.x is used by default for H2 version 1.3.x.
To use a different version of Lucene when compiling, it needs to be specified as follows:
</p>
<pre>
build -Dlucene=2 clean compile
</pre>
<h2
id=
"maven2"
>
Using Maven 2
</h2>
<h2
id=
"maven2"
>
Using Maven 2
</h2>
<h3>
Using a Central Repository
</h3>
<h3>
Using a Central Repository
</h3>
<p>
<p>
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
19e2c32e
...
@@ -18,7 +18,9 @@ Change Log
...
@@ -18,7 +18,9 @@ Change Log
<h1>
Change Log
</h1>
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
JMX (the Java management extension) is now supported. Issue 253.
<ul><li>
Nested outer joins without brackets were not working as expected. Example:
select * from a inner join b inner join c on c.id = b.id on b.id = a.id;
</li><li>
JMX (the Java management extension) is now supported. Issue 253.
</li><li>
Creating a comment on a column didn't work if the schema name was equal the database name.
</li><li>
Creating a comment on a column didn't work if the schema name was equal the database name.
</li><li>
When using multi-version concurrency, re-running a prepared statement with the same parameters
</li><li>
When using multi-version concurrency, re-running a prepared statement with the same parameters
would sometimes give the same result even if another connection committed a change (the previous result was sometimes
would sometimes give the same result even if another connection committed a change (the previous result was sometimes
...
...
h2/src/docsrc/html/tutorial.html
浏览文件 @
19e2c32e
...
@@ -1132,7 +1132,8 @@ org.h2.fulltext.FullText.searchData(conn, text, limit, offset);
...
@@ -1132,7 +1132,8 @@ org.h2.fulltext.FullText.searchData(conn, text, limit, offset);
<h3>
Using the Lucene Fulltext Search
</h3>
<h3>
Using the Lucene Fulltext Search
</h3>
<p>
<p>
To use the Lucene full text search, you need the Lucene library in the classpath.
To use the Lucene full text search, you need the Lucene library in the classpath.
Currently only Apache Lucene version 2.x is supported.
Currently Apache Lucene version 2.x is used by default for H2 version 1.2.x,
and Lucene version 3.x is used by default for H2 version 1.3.x.
How to do that depends on the application; if you use the H2 Console, you can add the Lucene
How to do that depends on the application; if you use the H2 Console, you can add the Lucene
jar file to the environment variables
<code>
H2DRIVERS
</code>
or
jar file to the environment variables
<code>
H2DRIVERS
</code>
or
<code>
CLASSPATH
</code>
.
<code>
CLASSPATH
</code>
.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论