You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/01/31 01:35:29 UTC

svn commit: r1238113 - in /lucene/dev/trunk/lucene/src/java/org/apache/lucene: analysis/tokenattributes/ codecs/appending/ codecs/lucene3x/ codecs/lucene40/ codecs/lucene40/values/ codecs/memory/ codecs/perfield/ util/mutable/

Author: rmuir
Date: Tue Jan 31 00:35:29 2012
New Revision: 1238113

URL: http://svn.apache.org/viewvc?rev=1238113&view=rev
Log:
add missing package descriptions

Added:
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/analysis/tokenattributes/package.html   (with props)
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/appending/package.html   (with props)
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/values/package.html   (with props)
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/memory/package.html   (with props)
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/perfield/package.html   (with props)
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/mutable/package.html   (with props)
Modified:
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/package.html
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/package.html

Added: lucene/dev/trunk/lucene/src/java/org/apache/lucene/analysis/tokenattributes/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/analysis/tokenattributes/package.html?rev=1238113&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/analysis/tokenattributes/package.html (added)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/analysis/tokenattributes/package.html Tue Jan 31 00:35:29 2012
@@ -0,0 +1,25 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body>
+General-purpose attributes for text analysis.
+</body>
+</html>

Added: lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/appending/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/appending/package.html?rev=1238113&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/appending/package.html (added)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/appending/package.html Tue Jan 31 00:35:29 2012
@@ -0,0 +1,25 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body>
+Codec for on append-only outputs, such as plain output streams and append-only filesystems.
+</body>
+</html>
\ No newline at end of file

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/package.html?rev=1238113&r1=1238112&r2=1238113&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/package.html (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/package.html Tue Jan 31 00:35:29 2012
@@ -20,6 +20,6 @@
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
-Preflex codec: supports Lucene 3.x indexes (readonly)
+Codec to support Lucene 3.x indexes (readonly)
 </body>
 </html>

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/package.html?rev=1238113&r1=1238112&r2=1238113&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/package.html (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/package.html Tue Jan 31 00:35:29 2012
@@ -20,6 +20,6 @@
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
-Standard Codec
+Default codec for Lucene 4.0 indexes.
 </body>
 </html>

Added: lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/values/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/values/package.html?rev=1238113&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/values/package.html (added)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene40/values/package.html Tue Jan 31 00:35:29 2012
@@ -0,0 +1,25 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body>
+Default DocValues implementation for Lucene 4.0 indexes.
+</body>
+</html>
\ No newline at end of file

Added: lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/memory/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/memory/package.html?rev=1238113&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/memory/package.html (added)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/memory/package.html Tue Jan 31 00:35:29 2012
@@ -0,0 +1,25 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body>
+Postings format that is read entirely into memory.
+</body>
+</html>
\ No newline at end of file

Added: lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/perfield/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/perfield/package.html?rev=1238113&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/perfield/package.html (added)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/perfield/package.html Tue Jan 31 00:35:29 2012
@@ -0,0 +1,25 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body>
+Postings format that can delegate to different formats per-field.
+</body>
+</html>
\ No newline at end of file

Added: lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/mutable/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/mutable/package.html?rev=1238113&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/mutable/package.html (added)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/mutable/package.html Tue Jan 31 00:35:29 2012
@@ -0,0 +1,25 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body>
+Comparable object wrappers 
+</body>
+</html>
\ No newline at end of file