Added: incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.0.0.csproj URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net-2.0.0.csproj?rev=432239&view=auto ============================================================================== --- incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.0.0.csproj (added) +++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.0.0.csproj Thu Aug 17 06:49:26 2006 @@ -0,0 +1,1139 @@ +<VisualStudioProject> + <CSHARP + ProjectType = "Local" + ProductVersion = "7.10.3077" + SchemaVersion = "2.0" + ProjectGuid = "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" + > + <Build> + <Settings + ApplicationIcon = "" + AssemblyKeyContainerName = "" + AssemblyName = "Lucene.Net" + AssemblyOriginatorKeyFile = "" + DefaultClientScript = "JScript" + DefaultHTMLPageLayout = "Grid" + DefaultTargetSchema = "IE50" + DelaySign = "false" + OutputType = "Library" + PreBuildEvent = "" + PostBuildEvent = "" + RootNamespace = "Lucene.Net" + RunPostBuildEvent = "OnBuildSuccess" + StartupObject = "" + > + <Config + Name = "Debug" + AllowUnsafeBlocks = "false" + BaseAddress = "285212672" + CheckForOverflowUnderflow = "false" + ConfigurationOverrideFile = "" + DefineConstants = "DEBUG;TRACE" + DocumentationFile = "" + DebugSymbols = "true" + FileAlignment = "4096" + IncrementalBuild = "true" + NoStdLib = "false" + NoWarn = "" + Optimize = "false" + OutputPath = "bin\Debug\" + RegisterForComInterop = "false" + RemoveIntegerChecks = "false" + TreatWarningsAsErrors = "false" + WarningLevel = "4" + /> + <Config + Name = "Release" + AllowUnsafeBlocks = "false" + BaseAddress = "285212672" + CheckForOverflowUnderflow = "false" + ConfigurationOverrideFile = "" + DefineConstants = "TRACE" + DocumentationFile = "Lucene.Net.xml" + DebugSymbols = "false" + FileAlignment = "4096" + IncrementalBuild = "false" + NoStdLib = "false" + NoWarn = "" + Optimize = "true" + OutputPath = "bin\Release\" + RegisterForComInterop = "false" + RemoveIntegerChecks = "false" + TreatWarningsAsErrors = "false" + WarningLevel = "4" + /> + </Settings> + <References> + <Reference + Name = "System" + AssemblyName = "System" + HintPath = "G:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll" + /> + <Reference + Name = "System.Runtime.Remoting" + AssemblyName = "System.Runtime.Remoting" + HintPath = "D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Runtime.Remoting.dll" + /> + <Reference + Name = "System.Data" + AssemblyName = "System.Data" + HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" + /> + <Reference + Name = "System.XML" + AssemblyName = "System.Xml" + HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" + /> + </References> + </Build> + <Files> + <Include> + <File + RelPath = "AssemblyInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Lucene.Net.Search.RemoteSearchable.config" + BuildAction = "None" + /> + <File + RelPath = "Lucene.Net.Search.TestSort.config" + BuildAction = "None" + /> + <File + RelPath = "Lucene.Net.xml" + BuildAction = "Content" + /> + <File + RelPath = "LucenePackage.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Overview.html" + BuildAction = "Content" + /> + <File + RelPath = "Package.html" + BuildAction = "Content" + /> + <File + RelPath = "SharpZipLibAdapter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SupportClass.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Analyzer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\CharTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\ISOLatin1AccentFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\KeywordAnalyzer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\KeywordTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\LengthFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\LetterTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\LowerCaseFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\LowerCaseTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Analysis\PerFieldAnalyzerWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\PorterStemFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\PorterStemmer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\SimpleAnalyzer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\StopAnalyzer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\StopFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Token.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\TokenFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Tokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\TokenStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\WhitespaceAnalyzer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\WhitespaceTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\WordlistLoader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\CharStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\FastCharStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Analysis\Standard\ParseException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\StandardAnalyzer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\StandardFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\StandardTokenizer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\StandardTokenizer.jj" + BuildAction = "None" + /> + <File + RelPath = "Analysis\Standard\StandardTokenizerConstants.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\StandardTokenizerTokenManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\Token.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Analysis\Standard\TokenMgrError.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Document\DateField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Document\DateTools.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Document\Document.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Document\Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Document\NumberTools.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Document\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Index\CompoundFileReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\CompoundFileWriter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\DocumentWriter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\FieldInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\FieldInfos.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\FieldsReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\FieldsWriter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\FilterIndexReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\IndexFileNameFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\IndexFileNames.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\IndexModifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\IndexReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\IndexWriter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\MultipleTermPositions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\MultiReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Index\ParallelReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentInfos.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentMergeInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentMergeQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentMerger.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentTermDocs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentTermEnum.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentTermPositions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentTermPositionVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\SegmentTermVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\Term.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermBuffer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermDocs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermEnum.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermFreqVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermInfosReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermInfosWriter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermPositions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermPositionVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermVectorOffsetInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermVectorsReader.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Index\TermVectorsWriter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\CharStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\FastCharStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\MultiFieldQueryParser.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "QueryParser\ParseException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\QueryParser.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\QueryParser.jj" + BuildAction = "None" + /> + <File + RelPath = "QueryParser\QueryParserConstants.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\QueryParserTokenManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\Token.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryParser\TokenMgrError.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\_delete_.PhrasePrefixQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\_delete_DateFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\BooleanClause.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\BooleanQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\BooleanScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\BooleanScorer2.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\CachingWrapperFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ConjunctionScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ConstantScoreQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ConstantScoreRangeQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\DefaultSimilarity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\DisjunctionMaxQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\DisjunctionMaxScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\DisjunctionSumScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ExactPhraseScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Explanation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FieldCache.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FieldCacheImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FieldDoc.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FieldDocSortedHitQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FieldSortedHitQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Filter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FilteredQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FilteredTermEnum.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FuzzyQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\FuzzyTermEnum.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Hit.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\HitCollector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\HitIterator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\HitQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Hits.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\IndexSearcher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\MatchAllDocsQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\MultiPhraseQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\MultiSearcher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\MultiTermQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\NonMatchingScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Search\ParallelMultiSearcher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\PhrasePositions.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\PhraseQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\PhraseQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\PhraseScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\PrefixQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Query.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\QueryFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\QueryTermVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\RangeFilter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\RangeQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\RemoteSearchable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ReqExclScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ReqOptSumScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ScoreDoc.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\ScoreDocComparator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Scorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Searchable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Searcher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Similarity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\SimilarityDelegator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\SloppyPhraseScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Sort.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\SortComparator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\SortComparatorSource.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\SortField.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\TermQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\TermScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\TopDocCollector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\TopDocs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\TopFieldDocCollector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\TopFieldDocs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Weight.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\WildcardQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\WildcardTermEnum.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Regex\_delete_RegexQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Regex\_delete_RegexTermEnum.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Regex\_delete_SpanRegexQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\NearSpans.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Search\Spans\SpanFirstQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\SpanNearQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\SpanNotQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\SpanOrQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\SpanQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\Spans.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\SpanScorer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\SpanTermQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Search\Spans\SpanWeight.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\_delete_InputStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\_delete_OutputStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\BufferedIndexInput.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\BufferedIndexOutput.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\Directory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\FSDirectory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\IndexInput.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\IndexOutput.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\Lock.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\MMapDirectory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Store\RAMDirectory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\RAMFile.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\RAMInputStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Store\RAMOutputStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Util\BitVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Util\Constants.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Util\Package.html" + BuildAction = "Content" + /> + <File + RelPath = "Util\Parameter.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Util\PriorityQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Util\SmallFloat.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Util\StringHelper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Util\ToStringUtils.cs" + SubType = "Code" + BuildAction = "Compile" + /> + </Include> + </Files> + </CSHARP> +</VisualStudioProject> +
Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net.sln URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net.sln?rev=432239&r1=432238&r2=432239&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net.sln (original) +++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net.sln Thu Aug 17 06:49:26 2006 @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net-1.9.1", "Lucene.Net-1.9.1.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net-2.0.0", "Lucene.Net-2.0.0.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/CharStream.cs URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/QueryParser/CharStream.cs?rev=432239&r1=432238&r2=432239&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/CharStream.cs (original) +++ incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/CharStream.cs Thu Aug 17 06:49:26 2006 @@ -43,21 +43,7 @@ /// implementing this interface. Can throw any java.io.IOException. /// </summary> char ReadChar(); - - /// <summary> Returns the column position of the character last read.</summary> - /// <deprecated> - /// </deprecated> - /// <seealso cref="getEndColumn"> - /// </seealso> - int GetColumn(); - - /// <summary> Returns the line number of the character last read.</summary> - /// <deprecated> - /// </deprecated> - /// <seealso cref="getEndLine"> - /// </seealso> - int GetLine(); - + /// <summary> Returns the column number of the last character for current token (being /// matched after the last call to BeginTOken). /// </summary> Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/MultiFieldQueryParser.cs URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/QueryParser/MultiFieldQueryParser.cs?rev=432239&r1=432238&r2=432239&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/MultiFieldQueryParser.cs (original) +++ incubator/lucene.net/trunk/C#/src/Lucene.Net/QueryParser/MultiFieldQueryParser.cs Thu Aug 17 06:49:26 2006 @@ -96,19 +96,6 @@ return GetFieldQuery(field, queryText, 0); } - /// <deprecated> use [EMAIL PROTECTED] #GetFieldQuery(String, String)} - /// </deprecated> - protected internal override Query GetFieldQuery(System.String field, Analyzer analyzer, System.String queryText) - { - return GetFieldQuery(field, queryText); - } - - /// <deprecated> use [EMAIL PROTECTED] #GetFuzzyQuery(String, String, float)} - /// </deprecated> - protected internal override Query GetFuzzyQuery(System.String field, System.String termStr) - { - return GetFuzzyQuery(field, termStr, fuzzyMinSim); - } protected internal override Query GetFuzzyQuery(System.String field, System.String termStr, float minSimilarity) { @@ -152,15 +139,8 @@ return base.GetWildcardQuery(field, termStr); } - /// <throws> ParseException </throws> - /// <deprecated> use [EMAIL PROTECTED] #GetRangeQuery(String, String, String, boolean)} - /// </deprecated> - protected internal override Query GetRangeQuery(System.String field, Analyzer analyzer, System.String part1, System.String part2, bool inclusive) - { - return GetRangeQuery(field, part1, part2, inclusive); - } - protected internal override Query GetRangeQuery(System.String field, System.String part1, System.String part2, bool inclusive) + protected internal override Query GetRangeQuery(System.String field, System.String part1, System.String part2, bool inclusive) { if (field == null) { @@ -175,68 +155,9 @@ } - /// <deprecated> - /// </deprecated> - public const int NORMAL_FIELD = 0; - /// <deprecated> - /// </deprecated> - public const int REQUIRED_FIELD = 1; - /// <deprecated> - /// </deprecated> - public const int PROHIBITED_FIELD = 2; - - /// <deprecated> use [EMAIL PROTECTED] #MultiFieldQueryParser(String[], Analyzer)} instead - /// </deprecated> - public MultiFieldQueryParser(QueryParserTokenManager tm):base(tm) - { - } - - /// <deprecated> use [EMAIL PROTECTED] #MultiFieldQueryParser(String[], Analyzer)} instead - /// </deprecated> - public MultiFieldQueryParser(CharStream stream):base(stream) - { - } - - /// <deprecated> use [EMAIL PROTECTED] #MultiFieldQueryParser(String[], Analyzer)} instead - /// </deprecated> - public MultiFieldQueryParser(System.String f, Analyzer a):base(f, a) - { - } - /// <summary> Parses a query which searches on the fields specified. - /// If x fields are specified, this effectively constructs: - /// - /// <code> - /// (field1:query) (field2:query) (field3:query)...(fieldx:query) - /// </code> - /// - /// </summary> - /// <param name="query">Query string to parse - /// </param> - /// <param name="fields">Fields to search on - /// </param> - /// <param name="analyzer">Analyzer to use - /// </param> - /// <throws> ParseException if query parsing fails </throws> - /// <throws> TokenMgrError if query parsing fails </throws> - /// <deprecated> use [EMAIL PROTECTED] #Parse(String)} instead but note that it - /// returns a different query for queries where all terms are required: - /// its query excepts all terms, no matter in what field they occur whereas - /// the query built by this (deprecated) method expected all terms in all fields - /// at the same time. - /// </deprecated> - public static Query Parse(System.String query, System.String[] fields, Analyzer analyzer) - { - BooleanQuery bQuery = new BooleanQuery(); - for (int i = 0; i < fields.Length; i++) - { - Query q = Parse(query, fields[i], analyzer); - bQuery.Add(q, BooleanClause.Occur.SHOULD); - } - return bQuery; - } - /// <summary> Parses a query which searches on the fields specified. + /// <summary> Parses a query which searches on the fields specified. /// <p> /// If x fields are specified, this effectively constructs: /// <pre> @@ -252,7 +173,6 @@ /// <param name="analyzer">Analyzer to use /// </param> /// <throws> ParseException if query parsing fails </throws> - /// <throws> TokenMgrError if query parsing fails </throws> /// <throws> IllegalArgumentException if the length of the queries array differs </throws> /// <summary> from the length of the fields array /// </summary> @@ -270,72 +190,6 @@ return bQuery; } - /// <summary> Parses a query, searching on the fields specified. - /// Use this if you need to specify certain fields as required, - /// and others as prohibited. - /// <p><pre> - /// Usage: - /// <code> - /// String[] fields = {"filename", "contents", "description"}; - /// int[] flags = {MultiFieldQueryParser.NORMAL_FIELD, - /// MultiFieldQueryParser.REQUIRED_FIELD, - /// MultiFieldQueryParser.PROHIBITED_FIELD,}; - /// parse(query, fields, flags, analyzer); - /// </code> - /// </pre> - /// <p> - /// The code above would construct a query: - /// <pre> - /// <code> - /// (filename:query) +(contents:query) -(description:query) - /// </code> - /// </pre> - /// - /// </summary> - /// <param name="query">Query string to parse - /// </param> - /// <param name="fields">Fields to search on - /// </param> - /// <param name="flags">Flags describing the fields - /// </param> - /// <param name="analyzer">Analyzer to use - /// </param> - /// <throws> ParseException if query parsing fails </throws> - /// <throws> TokenMgrError if query parsing fails </throws> - /// <throws> IllegalArgumentException if the length of the fields array differs </throws> - /// <summary> from the length of the flags array - /// </summary> - /// <deprecated> use [EMAIL PROTECTED] #Parse(String, String[], BooleanClause.Occur[], Analyzer)} instead - /// </deprecated> - public static Query Parse(System.String query, System.String[] fields, int[] flags, Analyzer analyzer) - { - if (fields.Length != flags.Length) - throw new System.ArgumentException("fields.length != flags.length"); - BooleanQuery bQuery = new BooleanQuery(); - for (int i = 0; i < fields.Length; i++) - { - QueryParser qp = new QueryParser(fields[i], analyzer); - Query q = qp.Parse(query); - int flag = flags[i]; - switch (flag) - { - - case REQUIRED_FIELD: - bQuery.Add(q, BooleanClause.Occur.MUST); - break; - - case PROHIBITED_FIELD: - bQuery.Add(q, BooleanClause.Occur.MUST_NOT); - break; - - default: - bQuery.Add(q, BooleanClause.Occur.SHOULD); - break; - - } - } - return bQuery; - } /// <summary> Parses a query, searching on the fields specified. /// Use this if you need to specify certain fields as required, @@ -368,7 +222,6 @@ /// <param name="analyzer">Analyzer to use /// </param> /// <throws> ParseException if query parsing fails </throws> - /// <throws> TokenMgrError if query parsing fails </throws> /// <throws> IllegalArgumentException if the length of the fields array differs </throws> /// <summary> from the length of the flags array /// </summary> @@ -386,73 +239,8 @@ return bQuery; } - /// <summary> Parses a query, searching on the fields specified. Use this if you need to - /// specify certain fields as required, and others as prohibited. - /// <p> - /// <pre> - /// Usage: - /// <code> - /// String[] fields = { "filename", "contents", "description" }; - /// int[] flags = { MultiFieldQueryParser.NORMAL_FIELD, - /// MultiFieldQueryParser.REQUIRED_FIELD, - /// MultiFieldQueryParser.PROHIBITED_FIELD, }; - /// parse(query, fields, flags, analyzer); - /// </code> - /// </pre> - /// - /// <p> - /// The code above would construct a query: - /// <pre> - /// <code> - /// (filename:query1) +(contents:query2) -(description:query3) - /// </code> - /// </pre> - /// - /// </summary> - /// <param name="queries">Queries string to parse - /// </param> - /// <param name="fields">Fields to search on - /// </param> - /// <param name="flags">Flags describing the fields - /// </param> - /// <param name="analyzer">Analyzer to use - /// </param> - /// <throws> ParseException if query parsing fails </throws> - /// <throws> TokenMgrError if query parsing fails </throws> - /// <throws> IllegalArgumentException if the length of the queries, fields, and flags array differ </throws> - /// <deprecated> use [EMAIL PROTECTED] #Parse(String[], String[], BooleanClause.Occur[], Analyzer)} instead - /// </deprecated> - public static Query Parse(System.String[] queries, System.String[] fields, int[] flags, Analyzer analyzer) - { - if (!(queries.Length == fields.Length && queries.Length == flags.Length)) - throw new System.ArgumentException("queries, fields, and flags array have have different length"); - BooleanQuery bQuery = new BooleanQuery(); - for (int i = 0; i < fields.Length; i++) - { - QueryParser qp = new QueryParser(fields[i], analyzer); - Query q = qp.Parse(queries[i]); - int flag = flags[i]; - switch (flag) - { - - case REQUIRED_FIELD: - bQuery.Add(q, BooleanClause.Occur.MUST); - break; - - case PROHIBITED_FIELD: - bQuery.Add(q, BooleanClause.Occur.MUST_NOT); - break; - - default: - bQuery.Add(q, BooleanClause.Occur.SHOULD); - break; - - } - } - return bQuery; - } - /// <summary> Parses a query, searching on the fields specified. + /// <summary> Parses a query, searching on the fields specified. /// Use this if you need to specify certain fields as required, /// and others as prohibited. /// <p><pre> @@ -484,7 +272,6 @@ /// <param name="analyzer">Analyzer to use /// </param> /// <throws> ParseException if query parsing fails </throws> - /// <throws> TokenMgrError if query parsing fails </throws> /// <throws> IllegalArgumentException if the length of the queries, fields, </throws> /// <summary> and flags array differ /// </summary>
