
uwe at thetaphi
Jul 2, 2009, 11:12 PM
Post #1 of 1
(110 views)
Permalink
|
|
RE: svn commit: r787424 [1/11] - in /lucene/java/trunk: ./ contrib/ contrib/analyzers/ contrib/analyzers/src/java/org/apache/lucene/analysis/br/ contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/ contrib/analyzers/src/java/org/apache/lucene/analys
|
|
Hi Mike, this change affected my build on windows, so it seems that some of the data files in the contrib-analyzers test broke since this update: [junit] Testsuite: org.apache.lucene.analysis.ru.TestRussianStem [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,86 sec [junit] [junit] Testcase: testStem(org.apache.lucene.analysis.ru.TestRussianStem): FAILED [junit] unicode expected:<?????????> but was:<???????????> [junit] junit.framework.AssertionFailedError: unicode expected:<?????????> b ut was:<???????????> [junit] at org.apache.lucene.analysis.ru.TestRussianStem.testStem(TestRu ssianStem.java:91) [junit] [junit] [junit] Test org.apache.lucene.analysis.ru.TestRussianStem FAILED I tried to revert it here locally in windows, but the test is still broken in the same way. So I reverted this property and restored this files binary (by removing hard from my checkout [del/rmdir] and checking out fresh after change). I am not sure if other data files somewhere are affected. Maybe we should rename this files to another extension, they are read with a very strange charset on opening: BufferedReader inStems = new BufferedReader( new InputStreamReader( new FileInputStream(new File(dataDir, "/org/apache/lucene/analysis/ru/stemsUnicode.txt")), "Unicode")); Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe[at]thetaphi.de > From: mikemccand[at]apache.org [mailto:mikemccand[at]apache.org] > Sent: Tuesday, June 23, 2009 12:19 AM > To: java-commits[at]lucene.apache.org > Subject: svn commit: r787424 [1/11] - in /lucene/java/trunk: ./ contrib/ > contrib/analyzers/ > contrib/analyzers/src/java/org/apache/lucene/analysis/br/ > contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/ > contrib/analyzers/src/java/org/apache/lucene/analysi... > > Author: mikemccand > Date: Mon Jun 22 22:18:56 2009 > New Revision: 787424 > > URL: http://svn.apache.org/viewvc?rev=787424&view=rev > Log: > bulk fix svn:eol-style to native for text files > > Modified: > lucene/java/trunk/NOTICE.txt (props changed) > lucene/java/trunk/contrib/CHANGES.txt (props changed) > lucene/java/trunk/contrib/analyzers/pom.xml.template (contents, > props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/br > /package.html (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/cj > k/package.html (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/cn > /package.html (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/cz > /package.html (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/el > /package.html (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/fr > /package.html (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/nl > /package.html (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/AbstractEncoder.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/DelimitedPayloadTokenFilter.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/FloatEncoder.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/IdentityEncoder.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/IntegerEncoder.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/PayloadEncoder.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn > /TestSmartChineseAnalyzer.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/pa > yloads/DelimitedPayloadTokenFilterTest.java (props changed) > > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/ru > /stemsUnicode.txt (props changed) > > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/ru > /wordsUnicode.txt (props changed) > lucene/java/trunk/contrib/ant/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/ant/src/java/org/apache/lucene/ant/antlib.xml > (props changed) > > lucene/java/trunk/contrib/ant/src/java/org/apache/lucene/ant/package.html > (props changed) > lucene/java/trunk/contrib/benchmark/.rsync-filter (props changed) > lucene/java/trunk/contrib/benchmark/README.enwiki (props changed) > lucene/java/trunk/contrib/benchmark/conf/analyzer.alg (props > changed) > lucene/java/trunk/contrib/benchmark/conf/autoCommit.alg (props > changed) > lucene/java/trunk/contrib/benchmark/conf/deletepercent.alg (props > changed) > lucene/java/trunk/contrib/benchmark/conf/highlight-profile.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/indexing-flush-by-RAM- > multithreaded.alg (props changed) > lucene/java/trunk/contrib/benchmark/conf/indexing-flush-by-RAM.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/indexing-multithreaded.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/indexing.alg (props > changed) > lucene/java/trunk/contrib/benchmark/conf/micro-standard-flush-by- > ram.alg (props changed) > lucene/java/trunk/contrib/benchmark/conf/readContentSource.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/sort-standard.alg (props > changed) > lucene/java/trunk/contrib/benchmark/conf/standard-flush-by-RAM.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/standard-highlights-notv.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/standard-highlights-tv.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/wikipedia-flush-by-RAM.alg > (props changed) > lucene/java/trunk/contrib/benchmark/conf/wikipedia.alg (props > changed) > lucene/java/trunk/contrib/benchmark/conf/wikipediaOneRound.alg > (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/ContentSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/DirContentSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/EnwikiContentSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/LineDocSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/ReutersContentSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/SingleDocSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/SortableSingleDocSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/TrecContentSource.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/ConsumeContentSourceTask.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/DeleteByPercentTask.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/FlushReaderTask.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/PrintReaderTask.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/utils/StringBufferReader.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/u > tils/NoDeletionPolicy.java (props changed) > > lucene/java/trunk/contrib/benchmark/src/test/org/apache/lucene/benchmark/b > yTask/feeds/TrecContentSourceTest.java (props changed) > lucene/java/trunk/contrib/collation/pom.xml.template (props changed) > lucene/java/trunk/contrib/contrib-build.xml (props changed) > lucene/java/trunk/contrib/db/bdb-je/build.xml (props changed) > lucene/java/trunk/contrib/db/bdb-je/pom.xml.template (contents, > props changed) > lucene/java/trunk/contrib/db/bdb/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/InvalidTokenOffsetsException.java (contents, props changed) > > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/spanscorer.html (contents, props changed) > lucene/java/trunk/contrib/instantiated/pom.xml.template (contents, > props changed) > > lucene/java/trunk/contrib/instantiated/src/java/org/apache/lucene/store/in > stantiated/doc-files/classdiagram.uxf (props changed) > > lucene/java/trunk/contrib/instantiated/src/test/org/apache/lucene/store/in > stantiated/TestSerialization.java (props changed) > > lucene/java/trunk/contrib/instantiated/src/test/org/apache/lucene/store/in > stantiated/TestUnoptimizedReaderOnConstructor.java (props changed) > lucene/java/trunk/contrib/lucli/lib/jline.LICENSE (props changed) > lucene/java/trunk/contrib/lucli/pom.xml.template (contents, props > changed) > lucene/java/trunk/contrib/lucli/src/java/lucli/package.html (props > changed) > lucene/java/trunk/contrib/memory/build.xml (props changed) > lucene/java/trunk/contrib/memory/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/p > ackage.html (contents, props changed) > > lucene/java/trunk/contrib/memory/src/test/org/apache/lucene/index/memory/t > estqueries.txt (props changed) > > lucene/java/trunk/contrib/memory/src/test/org/apache/lucene/index/memory/t > estqueries2.txt (props changed) > lucene/java/trunk/contrib/miscellaneous/pom.xml.template (contents, > props changed) > > lucene/java/trunk/contrib/miscellaneous/src/java/org/apache/lucene/queryPa > rser/precedence/PrecedenceQueryParser.jj (props changed) > lucene/java/trunk/contrib/queries/README.txt (contents, props > changed) > lucene/java/trunk/contrib/queries/build.xml (contents, props > changed) > lucene/java/trunk/contrib/queries/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/queries/src/java/org/apache/lucene/search/simila > r/package.html (contents, props changed) > > lucene/java/trunk/contrib/queries/src/test/org/apache/lucene/search/Boosti > ngQueryTest.java (props changed) > lucene/java/trunk/contrib/regex/build.xml (props changed) > lucene/java/trunk/contrib/regex/lib/regexp.LICENSE (props changed) > lucene/java/trunk/contrib/regex/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/regex/src/java/org/apache/lucene/search/regex/pa > ckage.html (props changed) > > lucene/java/trunk/contrib/regex/src/java/org/apache/regexp/package.html > (props changed) > lucene/java/trunk/contrib/remote/build.xml (props changed) > lucene/java/trunk/contrib/remote/pom.xml.template (props changed) > > lucene/java/trunk/contrib/remote/src/java/org/apache/lucene/search/RMIRemo > teSearchable.java (props changed) > > lucene/java/trunk/contrib/remote/src/test/org/apache/lucene/search/TestRem > oteSort.java (props changed) > lucene/java/trunk/contrib/snowball/SNOWBALL-LICENSE.txt (contents, > props changed) > lucene/java/trunk/contrib/snowball/pom.xml.template (contents, props > changed) > lucene/java/trunk/contrib/spatial/build.xml (props changed) > lucene/java/trunk/contrib/spatial/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/ISeri > alChainFilter.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/Numbe > rUtils.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/Seria > lChainFilter.java (contents, props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geoha > sh/GeoHashDistanceFilter.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geoha > sh/GeoHashUtils.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/CartesianPoint.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/DistanceUnits.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/FixedLatLng.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/FloatLatLng.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/LatLng.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/DistanceApproximation.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/Ellipse.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/Geometry2D.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/IntersectCase.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/LLRect.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/LineSegment.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/Point2D.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/Rectangle.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/geome > try/shape/Vector2D.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > BoundaryBoxFilter.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > CartesianPolyFilterBuilder.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > CartesianShapeFilter.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > DistanceFieldComparatorSource.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > DistanceFilter.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > DistanceHandler.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > DistanceQueryBuilder.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > DistanceSortSource.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > DistanceUtils.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > InvalidGeoException.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > LatLongDistanceFilter.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > Shape.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > projections/CartesianTierPlotter.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > projections/IProjector.java (props changed) > > lucene/java/trunk/contrib/spatial/src/java/org/apache/lucene/spatial/tier/ > projections/SinusoidalProjector.java (props changed) > > lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/ > DistanceCheck.java (props changed) > > lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/ > PolyShape.java (contents, props changed) > > lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/ > TestCartesian.java (props changed) > > lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/ > TestDistance.java (props changed) > lucene/java/trunk/contrib/spellchecker/pom.xml.template (contents, > props changed) > > lucene/java/trunk/contrib/spellchecker/src/java/org/apache/lucene/search/s > pell/NGramDistance.java (props changed) > > lucene/java/trunk/contrib/spellchecker/src/java/org/apache/lucene/search/s > pell/package.html (props changed) > > lucene/java/trunk/contrib/spellchecker/src/test/org/apache/lucene/search/s > pell/TestNGramDistance.java (props changed) > lucene/java/trunk/contrib/surround/README.txt (props changed) > lucene/java/trunk/contrib/surround/build.xml (props changed) > lucene/java/trunk/contrib/surround/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/surround/src/java/org/apache/lucene/queryParser/ > surround/parser/QueryParser.jj (props changed) > > lucene/java/trunk/contrib/surround/src/java/org/apache/lucene/queryParser/ > surround/parser/package.html (props changed) > > lucene/java/trunk/contrib/surround/src/java/org/apache/lucene/queryParser/ > surround/query/package.html (props changed) > lucene/java/trunk/contrib/swing/build.xml (contents, props changed) > lucene/java/trunk/contrib/swing/docs/index.html (contents, props > changed) > lucene/java/trunk/contrib/swing/pom.xml.template (contents, props > changed) > > lucene/java/trunk/contrib/swing/src/java/org/apache/lucene/swing/models/pa > ckage.html (contents, props changed) > lucene/java/trunk/contrib/swing/src/java/overview.html (contents, > props changed) > lucene/java/trunk/contrib/wikipedia/pom.xml.template (contents, > props changed) > > lucene/java/trunk/contrib/wikipedia/src/java/org/apache/lucene/wikipedia/a > nalysis/WikipediaTokenizerImpl.jflex (props changed) > lucene/java/trunk/contrib/wordnet/pom.xml.template (contents, props > changed) > lucene/java/trunk/contrib/xml-query-parser/LuceneContribQuery.dtd > (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/LuceneCoreQuery.dtd > (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/README.htm (contents, > props changed) > lucene/java/trunk/contrib/xml-query-parser/build.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query-parser/docs/DTDDocStyle.css > (props changed) > lucene/java/trunk/contrib/xml-query- > parser/docs/LuceneContribQuery.dtd.entities.html (contents, props > changed) > lucene/java/trunk/contrib/xml-query- > parser/docs/LuceneContribQuery.dtd.html (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/docs/LuceneCoreQuery.dtd.entities.html (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/docs/LuceneCoreQuery.dtd.html (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/docs/cctree.js (contents, > props changed) > lucene/java/trunk/contrib/xml-query-parser/docs/dtreeStyle.css > (props changed) > lucene/java/trunk/contrib/xml-query-parser/docs/elementsIndex.html > (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/docs/intro.html > (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/docs/toc.html (contents, > props changed) > lucene/java/trunk/contrib/xml-query-parser/dtddocbuild.xml (props > changed) > lucene/java/trunk/contrib/xml-query-parser/pom.xml.template > (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/META- > INF/MANIFEST.MF (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/WEB- > INF/data.tsv (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/WEB- > INF/query.xsl (contents, props changed) > lucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/WEB- > INF/web.xml (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/demo/WebContent/index.jsp (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/demo/WebContent/stylesheet.css (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/java/org/apache/lucene/xmlparser/builders/BoostingTermBuilder.j > ava (props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/BooleanFilter.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/BooleanQuery.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/BoostingQuery.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/BoostingTermQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/CachedFilter.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/ConstantScoreQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/DuplicateFilterQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/FuzzyLikeThisQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/LikeThisQuery.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/MatchAllDocsQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/NestedBooleanQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/RangeFilterQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/SpanQuery.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/TermQuery.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/TermsFilterQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/TermsQuery.xml (contents, > props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/UserInputQuery.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/UserInputQueryCustomField.xml > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/albumBooleanQuery.xsl > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/albumFilteredQuery.xsl > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/albumLuceneClassicQuery.xsl > (contents, props changed) > lucene/java/trunk/contrib/xml-query- > parser/src/test/org/apache/lucene/xmlparser/reuters21578.txt (contents, > props changed) > lucene/java/trunk/docs/benchmarktemplate.xml (props changed) > lucene/java/trunk/docs/lucene-sandbox/index.html (contents, props > changed) > lucene/java/trunk/docs/skin/basic.css (props changed) > lucene/java/trunk/docs/skin/print.css (props changed) > lucene/java/trunk/docs/skin/profile.css (props changed) > lucene/java/trunk/docs/skin/screen.css (props changed) > lucene/java/trunk/lucene-contrib-pom.xml.template (contents, props > changed) > lucene/java/trunk/lucene-core-pom.xml.template (contents, props > changed) > lucene/java/trunk/lucene-demos-pom.xml.template (contents, props > changed) > lucene/java/trunk/lucene-parent-pom.xml.template (contents, props > changed) > lucene/java/trunk/src/demo/demo-build.template (contents, props > changed) > > lucene/java/trunk/src/java/org/apache/lucene/analysis/ASCIIFoldingFilter.j > ava (props changed) > > lucene/java/trunk/src/java/org/apache/lucene/search/HitCollectorWrapper.ja > va (props changed) > > lucene/java/trunk/src/java/org/apache/lucene/search/PositiveScoresOnlyColl > ector.java (props changed) > > lucene/java/trunk/src/java/org/apache/lucene/search/ScoreCachingWrappingSc > orer.java (props changed) > > lucene/java/trunk/src/java/org/apache/lucene/search/TimeLimitingCollector. > java (props changed) > > lucene/java/trunk/src/java/org/apache/lucene/search/TopDocsCollector.java > (props changed) > > lucene/java/trunk/src/java/org/apache/lucene/store/FileSwitchDirectory.jav > a (props changed) > > lucene/java/trunk/src/java/org/apache/lucene/store/SimpleFSDirectory.java > (props changed) > lucene/java/trunk/src/java/org/apache/lucene/util/Version.java > (props changed) > lucene/java/trunk/src/site/forrest.properties (props changed) > lucene/java/trunk/src/site/src/documentation/content/.htaccess > (props changed) > > lucene/java/trunk/src/site/src/documentation/content/xdocs/benchmarktempla > te.xml (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/analysis/TestASCIIFoldingFilt > er.java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/JustCompileSearch.java > (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/TestPositiveScoresOnly > Collector.java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/TestScoreCachingWrappi > ngScorer.java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/TestTimeLimitingCollec > tor.java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/TestTopDocsCollector.j > ava (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/TestTopScoreDocCollect > or.java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/function/JustCompileSe > archSpans.java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/function/TestDocValues > .java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/search/spans/JustCompileSearc > hSpans.java (props changed) > > lucene/java/trunk/src/test/org/apache/lucene/store/TestFileSwitchDirectory > .java (props changed) > lucene/java/trunk/src/test/org/apache/lucene/util/ArrayUtilTest.java > (props changed) > > Propchange: lucene/java/trunk/NOTICE.txt > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/CHANGES.txt > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/analyzers/pom.xml.template > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/analyzers/pom.xml.t > emplate?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/analyzers/pom.xml.template (original) > +++ lucene/java/trunk/contrib/analyzers/pom.xml.template Mon Jun 22 > 22:18:56 2009 > @@ -1,35 +1,35 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-analyzers</artifactId> > - <name>Lucene Analyzers</name> > - <version>@version@</version> > - <description>Additional Analyzers</description> > - <packaging>jar</packaging> > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-analyzers</artifactId> > + <name>Lucene Analyzers</name> > + <version>@version@</version> > + <description>Additional Analyzers</description> > + <packaging>jar</packaging> > +</project> > > Propchange: lucene/java/trunk/contrib/analyzers/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/br > /package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/cj > k/package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/cn > /package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/cz > /package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/el > /package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/fr > /package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/nl > /package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/AbstractEncoder.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/DelimitedPayloadTokenFilter.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/FloatEncoder.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/IdentityEncoder.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/IntegerEncoder.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/java/org/apache/lucene/analysis/pa > yloads/PayloadEncoder.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn > /TestSmartChineseAnalyzer.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/pa > yloads/DelimitedPayloadTokenFilterTest.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/ru > /stemsUnicode.txt > -------------------------------------------------------------------------- > ---- > --- svn:eol-style (original) > +++ svn:eol-style Mon Jun 22 22:18:56 2009 > @@ -1 +1 @@ > -LF > +native > > Propchange: > lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/ru > /wordsUnicode.txt > -------------------------------------------------------------------------- > ---- > --- svn:eol-style (original) > +++ svn:eol-style Mon Jun 22 22:18:56 2009 > @@ -1 +1 @@ > -LF > +native > > Modified: lucene/java/trunk/contrib/ant/pom.xml.template > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/ant/pom.xml.templat > e?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/ant/pom.xml.template (original) > +++ lucene/java/trunk/contrib/ant/pom.xml.template Mon Jun 22 22:18:56 > 2009 > @@ -1,48 +1,48 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-ant</artifactId> > - <packaging>jar</packaging> > - <version>@version@</version> > - <name>Lucene Contrib Ant</name> > - <description>Ant task to create Lucene indexes</description> > - <dependencies> > - <dependency> > - <groupId>jtidy</groupId> > - <artifactId>jtidy</artifactId> > - <version>4aug2000r7-dev</version> > - </dependency> > - <dependency> > - <groupId>ant</groupId> > - <artifactId>ant</artifactId> > - <version>1.6.5</version> > - </dependency> > - </dependencies> > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-ant</artifactId> > + <packaging>jar</packaging> > + <version>@version@</version> > + <name>Lucene Contrib Ant</name> > + <description>Ant task to create Lucene indexes</description> > + <dependencies> > + <dependency> > + <groupId>jtidy</groupId> > + <artifactId>jtidy</artifactId> > + <version>4aug2000r7-dev</version> > + </dependency> > + <dependency> > + <groupId>ant</groupId> > + <artifactId>ant</artifactId> > + <version>1.6.5</version> > + </dependency> > + </dependencies> > +</project> > > Propchange: lucene/java/trunk/contrib/ant/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/ant/src/java/org/apache/lucene/ant/antlib.xml > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/ant/src/java/org/apache/lucene/ant/package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/.rsync-filter > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/README.enwiki > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/analyzer.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/autoCommit.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/deletepercent.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/highlight-profile.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/indexing-flush-by- > RAM-multithreaded.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/indexing-flush-by- > RAM.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/indexing- > multithreaded.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/indexing.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/micro-standard-flush- > by-ram.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/readContentSource.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/sort-standard.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/standard-flush-by- > RAM.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/standard-highlights- > notv.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/standard-highlights- > tv.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/wikipedia-flush-by- > RAM.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/wikipedia.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/benchmark/conf/wikipediaOneRound.alg > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/ContentSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/DirContentSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/EnwikiContentSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/LineDocSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/ReutersContentSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/SingleDocSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/SortableSingleDocSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/feeds/TrecContentSource.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/ConsumeContentSourceTask.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/DeleteByPercentTask.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/FlushReaderTask.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/tasks/PrintReaderTask.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/b > yTask/utils/StringBufferReader.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/u > tils/NoDeletionPolicy.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/benchmark/src/test/org/apache/lucene/benchmark/b > yTask/feeds/TrecContentSourceTest.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/collation/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/contrib-build.xml > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/db/bdb-je/build.xml > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/db/bdb-je/pom.xml.template > URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/db/bdb- > je/pom.xml.template?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/db/bdb-je/pom.xml.template (original) > +++ lucene/java/trunk/contrib/db/bdb-je/pom.xml.template Mon Jun 22 > 22:18:56 2009 > @@ -1,42 +1,42 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-bdb-je</artifactId> > - <packaging>jar</packaging> > - <version>@version@</version> > - <name>lucene-contrib-bdb-je</name> > - <description>Berkeley DB based Directory implementation</description> > - <dependencies> > - <dependency> > - <groupId>sleepycat</groupId> > - <artifactId>je</artifactId> > - <version>1.7.0</version> > - </dependency> > - </dependencies> > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-bdb-je</artifactId> > + <packaging>jar</packaging> > + <version>@version@</version> > + <name>lucene-contrib-bdb-je</name> > + <description>Berkeley DB based Directory implementation</description> > + <dependencies> > + <dependency> > + <groupId>sleepycat</groupId> > + <artifactId>je</artifactId> > + <version>1.7.0</version> > + </dependency> > + </dependencies> > +</project> > > Propchange: lucene/java/trunk/contrib/db/bdb-je/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/db/bdb/pom.xml.template > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/db/bdb/pom.xml.temp > late?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/db/bdb/pom.xml.template (original) > +++ lucene/java/trunk/contrib/db/bdb/pom.xml.template Mon Jun 22 22:18:56 > 2009 > @@ -1,35 +1,35 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-bdb</artifactId> > - <packaging>jar</packaging> > - <version>@version@</version> > - <name>lucene-contrib-bdb</name> > - <description>Berkeley DB based Directory implementation</description> > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-bdb</artifactId> > + <packaging>jar</packaging> > + <version>@version@</version> > + <name>lucene-contrib-bdb</name> > + <description>Berkeley DB based Directory implementation</description> > +</project> > > Propchange: lucene/java/trunk/contrib/db/bdb/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/InvalidTokenOffsetsException.java > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/highlighter/src/jav > a/org/apache/lucene/search/highlight/InvalidTokenOffsetsException.java?rev > =787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/InvalidTokenOffsetsException.java (original) > +++ > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/InvalidTokenOffsetsException.java Mon Jun 22 22:18:56 2009 > @@ -1,31 +1,31 @@ > -package org.apache.lucene.search.highlight; > -/** > - * 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. > - */ > - > -/** > - * Exception thrown if TokenStream Tokens are incompatible with provided > text > - * > - */ > -public class InvalidTokenOffsetsException extends Exception > -{ > - > - public InvalidTokenOffsetsException(String message) > - { > - super(message); > - } > - > -} > +package org.apache.lucene.search.highlight; > +/** > + * 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. > + */ > + > +/** > + * Exception thrown if TokenStream Tokens are incompatible with provided > text > + * > + */ > +public class InvalidTokenOffsetsException extends Exception > +{ > + > + public InvalidTokenOffsetsException(String message) > + { > + super(message); > + } > + > +} > > Propchange: > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/InvalidTokenOffsetsException.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/spanscorer.html > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/highlighter/src/jav > a/org/apache/lucene/search/highlight/spanscorer.html?rev=787424&r1=787423& > r2=787424&view=diff > ========================================================================== > ==== > --- > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/spanscorer.html (original) > +++ > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/spanscorer.html Mon Jun 22 22:18:56 2009 > @@ -1,61 +1,61 @@ > -<html> > -<body> > -<p> > -The spanscorer classes provide the Highlighter with the ability > -to only highlight the Tokens that contributed to a query match. > -The SpanScorer class is the central component and it will attempt to > score Terms > -based on whether they actually participated in scoring the Query. > -</p> > -<p> > -The implementation is very similar to QueryScorer in that > WeightedSpanTerms are extracted > -from the given Query and then placed in a Map. During Token scoring, > Terms found in > -the Map return a score equal to their weight. The added wrinkle is that > when terms are > -extracted, the sub-queries that make up the Query are converted to > SpanQuery's and > -SpanQuery.getSpans() is applied to a MemoryIndex containing the > TokenStream of the text to > -be highlighted if the sub-query is position sensitive. The start and end > positions of the > -matching Spans are recorded with the respective WeightedSpanTerms and > these positions are > -then used to filter possible Token matches during scoring. > -</p> > -<p> > -Unlike the QueryScorer, you do not want to rewrite the query first with > the SpanScorer for > -multi term query handling ie wildcard, fuzzy, range. > -The SpanScorer constructors provide an option to enable the highlighting > of multi-term queries. > -If this option is enabled, the SpanScorer will rewrite the query against > a single doc index > -containing the doc to be highlighted, rather than against the full index. > If you do rewrite the > -query first, certain multi-term queries may not highlight correctly. > -</p> > -<h2>Example Usage</h2> > - > -<pre> > - IndexSearcher searcher = new IndexSearcher(ramDir); > - Query query = QueryParser.parse("Kenne*", FIELD_NAME, analyzer); > - Hits hits = searcher.search(query); > - > - for (int i = 0; i < hits.length(); i++) > - { > - String text = hits.doc(i).get(FIELD_NAME); > - CachingTokenFilter tokenStream = new > CachingTokenFilter(analyzer.tokenStream( > - FIELD_NAME, new StringReader(text))); > - Highlighter highlighter = new Highlighter(new SpanScorer(query, > FIELD_NAME, tokenStream, true)); > - tokenStream.reset(); > - > - // Get 3 best fragments and seperate with a "..." > - String result = highlighter.getBestFragments(tokenStream, > text, 3, "..."); > - System.out.println(result); > - } > -</pre> > - > -<p> > -If you make a call to any of the getBestFragments() methods more than > once, you must call reset() on the SpanScorer > -between each call. > -</p> > - > -<p>The SpanScorer class has a constructor which can use an IndexReader to > derive the IDF (inverse document frequency) > -for each term in order to influence the score. This is useful for helping > to extracting the most significant sections > -of a document and in supplying scores used by the GradientFormatter to > color significant words more strongly. > -The SpanScorer.getMaxWeight method is useful when passed to the > GradientFormatter constructor to define the top score > -which is associated with the top color.</p> > - > - > -</body> > -</html> > +<html> > +<body> > +<p> > +The spanscorer classes provide the Highlighter with the ability > +to only highlight the Tokens that contributed to a query match. > +The SpanScorer class is the central component and it will attempt to > score Terms > +based on whether they actually participated in scoring the Query. > +</p> > +<p> > +The implementation is very similar to QueryScorer in that > WeightedSpanTerms are extracted > +from the given Query and then placed in a Map. During Token scoring, > Terms found in > +the Map return a score equal to their weight. The added wrinkle is that > when terms are > +extracted, the sub-queries that make up the Query are converted to > SpanQuery's and > +SpanQuery.getSpans() is applied to a MemoryIndex containing the > TokenStream of the text to > +be highlighted if the sub-query is position sensitive. The start and end > positions of the > +matching Spans are recorded with the respective WeightedSpanTerms and > these positions are > +then used to filter possible Token matches during scoring. > +</p> > +<p> > +Unlike the QueryScorer, you do not want to rewrite the query first with > the SpanScorer for > +multi term query handling ie wildcard, fuzzy, range. > +The SpanScorer constructors provide an option to enable the highlighting > of multi-term queries. > +If this option is enabled, the SpanScorer will rewrite the query against > a single doc index > +containing the doc to be highlighted, rather than against the full index. > If you do rewrite the > +query first, certain multi-term queries may not highlight correctly. > +</p> > +<h2>Example Usage</h2> > + > +<pre> > + IndexSearcher searcher = new IndexSearcher(ramDir); > + Query query = QueryParser.parse("Kenne*", FIELD_NAME, analyzer); > + Hits hits = searcher.search(query); > + > + for (int i = 0; i < hits.length(); i++) > + { > + String text = hits.doc(i).get(FIELD_NAME); > + CachingTokenFilter tokenStream = new > CachingTokenFilter(analyzer.tokenStream( > + FIELD_NAME, new StringReader(text))); > + Highlighter highlighter = new Highlighter(new SpanScorer(query, > FIELD_NAME, tokenStream, true)); > + tokenStream.reset(); > + > + // Get 3 best fragments and seperate with a "..." > + String result = highlighter.getBestFragments(tokenStream, > text, 3, "..."); > + System.out.println(result); > + } > +</pre> > + > +<p> > +If you make a call to any of the getBestFragments() methods more than > once, you must call reset() on the SpanScorer > +between each call. > +</p> > + > +<p>The SpanScorer class has a constructor which can use an IndexReader to > derive the IDF (inverse document frequency) > +for each term in order to influence the score. This is useful for helping > to extracting the most significant sections > +of a document and in supplying scores used by the GradientFormatter to > color significant words more strongly. > +The SpanScorer.getMaxWeight method is useful when passed to the > GradientFormatter constructor to define the top score > +which is associated with the top color.</p> > + > + > +</body> > +</html> > > Propchange: > lucene/java/trunk/contrib/highlighter/src/java/org/apache/lucene/search/hi > ghlight/spanscorer.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/instantiated/pom.xml.template > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/instantiated/pom.xm > l.template?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/instantiated/pom.xml.template (original) > +++ lucene/java/trunk/contrib/instantiated/pom.xml.template Mon Jun 22 > 22:18:56 2009 > @@ -1,50 +1,50 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-instantiated</artifactId> > - <name>Lucene InstantiatedIndex</name> > - <version>@version@</version> > - <description>InstantiatedIndex, alternative RAM store for small > corpora.</description> > - <packaging>jar</packaging> > - > - <build> > - <plugins> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-compiler-plugin</artifactId> > - <configuration> > - <source>1.5</source> > - <target>1.5</target> > - </configuration> > - </plugin> > - </plugins> > - </build> > - > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-instantiated</artifactId> > + <name>Lucene InstantiatedIndex</name> > + <version>@version@</version> > + <description>InstantiatedIndex, alternative RAM store for small > corpora.</description> > + <packaging>jar</packaging> > + > + <build> > + <plugins> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-compiler-plugin</artifactId> > + <configuration> > + <source>1.5</source> > + <target>1.5</target> > + </configuration> > + </plugin> > + </plugins> > + </build> > + > +</project> > > Propchange: lucene/java/trunk/contrib/instantiated/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/instantiated/src/java/org/apache/lucene/store/in > stantiated/doc-files/classdiagram.uxf > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/instantiated/src/test/org/apache/lucene/store/in > stantiated/TestSerialization.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/instantiated/src/test/org/apache/lucene/store/in > stantiated/TestUnoptimizedReaderOnConstructor.java > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/lucli/lib/jline.LICENSE > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/lucli/pom.xml.template > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/lucli/pom.xml.templ > ate?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/lucli/pom.xml.template (original) > +++ lucene/java/trunk/contrib/lucli/pom.xml.template Mon Jun 22 22:18:56 > 2009 > @@ -1,43 +1,43 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-lucli</artifactId> > - <packaging>jar</packaging> > - <version>@version@</version> > - <name>lucene-contrib-lucli</name> > - <description>Lucene Command Line Interface</description> > - <dependencies> > - <dependency> > - <groupId>jline</groupId> > - <artifactId>jline</artifactId> > - <version>0.9.91</version> > - </dependency> > - </dependencies> > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-lucli</artifactId> > + <packaging>jar</packaging> > + <version>@version@</version> > + <name>lucene-contrib-lucli</name> > + <description>Lucene Command Line Interface</description> > + <dependencies> > + <dependency> > + <groupId>jline</groupId> > + <artifactId>jline</artifactId> > + <version>0.9.91</version> > + </dependency> > + </dependencies> > +</project> > > Propchange: lucene/java/trunk/contrib/lucli/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/lucli/src/java/lucli/package.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: lucene/java/trunk/contrib/memory/build.xml > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/memory/pom.xml.template > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/memory/pom.xml.temp > late?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/memory/pom.xml.template (original) > +++ lucene/java/trunk/contrib/memory/pom.xml.template Mon Jun 22 22:18:56 > 2009 > @@ -1,38 +1,38 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-memory</artifactId> > - <name>Lucene Memory</name> > - <version>@version@</version> > - <description> > - High-performance single-document index to compare against Query > - </description> > - <packaging>jar</packaging> > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-memory</artifactId> > + <name>Lucene Memory</name> > + <version>@version@</version> > + <description> > + High-performance single-document index to compare against Query > + </description> > + <packaging>jar</packaging> > +</project> > > Propchange: lucene/java/trunk/contrib/memory/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: > lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/p > ackage.html > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/memory/src/java/org > /apache/lucene/index/memory/package.html?rev=787424&r1=787423&r2=787424&vi > ew=diff > ========================================================================== > ==== > --- > lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/p > ackage.html (original) > +++ > lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/p > ackage.html Mon Jun 22 22:18:56 2009 > @@ -1,5 +1,5 @@ > -<HTML> > -<BODY> > -High-performance single-document main memory Apache Lucene fulltext > search index. > -</BODY> > -</HTML> > +<HTML> > +<BODY> > +High-performance single-document main memory Apache Lucene fulltext > search index. > +</BODY> > +</HTML> > > Propchange: > lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/p > ackage.html > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/memory/src/test/org/apache/lucene/index/memory/t > estqueries.txt > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/memory/src/test/org/apache/lucene/index/memory/t > estqueries2.txt > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/miscellaneous/pom.xml.template > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/miscellaneous/pom.x > ml.template?rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/miscellaneous/pom.xml.template (original) > +++ lucene/java/trunk/contrib/miscellaneous/pom.xml.template Mon Jun 22 > 22:18:56 2009 > @@ -1,36 +1,36 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > - > - <!-- > - 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. > - --> > - > - <modelVersion>4.0.0</modelVersion> > - <parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-contrib</artifactId> > - <version>@version@</version> > - </parent> > - <groupId>org.apache.lucene</groupId> > - <artifactId>lucene-misc</artifactId> > - <name>Lucene Miscellaneous</name> > - <version>@version@</version> > - <description>Miscellaneous Lucene extensions</description> > - <packaging>jar</packaging> > -</project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + > + <!-- > + 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. > + --> > + > + <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-contrib</artifactId> > + <version>@version@</version> > + </parent> > + <groupId>org.apache.lucene</groupId> > + <artifactId>lucene-misc</artifactId> > + <name>Lucene Miscellaneous</name> > + <version>@version@</version> > + <description>Miscellaneous Lucene extensions</description> > + <packaging>jar</packaging> > +</project> > > Propchange: lucene/java/trunk/contrib/miscellaneous/pom.xml.template > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Propchange: > lucene/java/trunk/contrib/miscellaneous/src/java/org/apache/lucene/queryPa > rser/precedence/PrecedenceQueryParser.jj > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/queries/README.txt > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/queries/README.txt? > rev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/queries/README.txt (original) > +++ lucene/java/trunk/contrib/queries/README.txt Mon Jun 22 22:18:56 2009 > @@ -1,22 +1,22 @@ > -This module contains a number of filter and query objects that add to > core lucene. > - > -==== The "MoreLikeThis" class from the "similarity" module has been > copied into here. > -If people are generally happy with this move then the similarity module > can be deleted, or at least a > -"Moved to queries module..." note left in its place. > - > -==== FuzzyLikeThis - mixes the behaviour of FuzzyQuery and MoreLikeThis > but with special consideration > -of fuzzy scoring factors. This generally produces good results for > queries where users may provide details in a number of > -fields and have no knowledge of boolean query syntax and also want a > degree of fuzzy matching. The query is fast because, like > -MoreLikeThis, it optimizes the query to only the most distinguishing > terms. > - > -==== BoostingQuery - effectively demotes search results that match a > given query. > -Unlike the "NOT" clause, this still selects documents that contain > undesirable terms, > -but reduces the overall score of docs containing these terms. > - > -==== TermsFilter - Unlike a RangeFilter this can be used for filtering > on multiple terms that are not necessarily in > -a sequence. An example might be a collection of primary keys from a > database query result or perhaps > -a choice of "category" labels picked by the end user. > - > - > -Mark Harwood > -25/02/2006 > +This module contains a number of filter and query objects that add to > core lucene. > + > +==== The "MoreLikeThis" class from the "similarity" module has been > copied into here. > +If people are generally happy with this move then the similarity module > can be deleted, or at least a > +"Moved to queries module..." note left in its place. > + > +==== FuzzyLikeThis - mixes the behaviour of FuzzyQuery and MoreLikeThis > but with special consideration > +of fuzzy scoring factors. This generally produces good results for > queries where users may provide details in a number of > +fields and have no knowledge of boolean query syntax and also want a > degree of fuzzy matching. The query is fast because, like > +MoreLikeThis, it optimizes the query to only the most distinguishing > terms. > + > +==== BoostingQuery - effectively demotes search results that match a > given query. > +Unlike the "NOT" clause, this still selects documents that contain > undesirable terms, > +but reduces the overall score of docs containing these terms. > + > +==== TermsFilter - Unlike a RangeFilter this can be used for filtering > on multiple terms that are not necessarily in > +a sequence. An example might be a collection of primary keys from a > database query result or perhaps > +a choice of "category" labels picked by the end user. > + > + > +Mark Harwood > +25/02/2006 > > Propchange: lucene/java/trunk/contrib/queries/README.txt > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > > Modified: lucene/java/trunk/contrib/queries/build.xml > URL: > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/queries/build.xml?r > ev=787424&r1=787423&r2=787424&view=diff > ========================================================================== > ==== > --- lucene/java/trunk/contrib/queries/build.xml (original) > +++ lucene/java/trunk/contrib/queries/build.xml Mon Jun 22 22:18:56 2009 > @@ -1,27 +1,27 @@ > -<?xml version="1.0"?> > - > -<!-- > - 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. > - --> > - > -<project name="queries" default="default"> > - > - <description> > - Queries - various query object exotica not in core > - </description> > - > - <import file="../contrib-build.xml"/> > -</project> > +<?xml version="1.0"?> > + > +<!-- > + 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. > + --> > + > +<project name="queries" default="default"> > + > + <description> > + Queries - various query object exotica not in core > + </description> > + > + <import file="../contrib-build.xml"/> > +</project> > > Propchange: lucene/java/trunk/contrib/queries/build.xml > -------------------------------------------------------------------------- > ---- > svn:eol-style = native > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe[at]lucene.apache.org For additional commands, e-mail: java-dev-help[at]lucene.apache.org
|