Return-Path: X-Original-To: apmail-lucenenet-commits-archive@www.apache.org Delivered-To: apmail-lucenenet-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C27511C20 for ; Tue, 22 Apr 2014 02:53:39 +0000 (UTC) Received: (qmail 39108 invoked by uid 500); 22 Apr 2014 02:52:49 -0000 Delivered-To: apmail-lucenenet-commits-archive@lucenenet.apache.org Received: (qmail 38688 invoked by uid 500); 22 Apr 2014 02:52:41 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 38472 invoked by uid 99); 22 Apr 2014 02:52:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 02:52:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3363C839313; Tue, 22 Apr 2014 02:52:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: synhershko@apache.org To: commits@lucenenet.apache.org Date: Tue, 22 Apr 2014 02:52:49 -0000 Message-Id: <5ad004c9c5a2499aa080375e00ff486b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [17/59] [partial] Moving as part of INFRA-5246 http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/015c8dd7-a9a0-9665-c4e0-7da12dedd6b0.htm ---------------------------------------------------------------------- diff --git a/doc/html/015c8dd7-a9a0-9665-c4e0-7da12dedd6b0.htm b/doc/html/015c8dd7-a9a0-9665-c4e0-7da12dedd6b0.htm new file mode 100644 index 0000000..5087479 --- /dev/null +++ b/doc/html/015c8dd7-a9a0-9665-c4e0-7da12dedd6b0.htm @@ -0,0 +1,2 @@ +LUCENE_23 Field< MSHelp:Keyword Index="A" Term="frlrfLuceneNetUtilVersionClassLUCENE_23Topic" />
Match settings and bugs in Lucene's 2.3 release.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static readonly Version LUCENE_23
Visual Basic
Public Shared ReadOnly LUCENE_23 As Version
Visual C+ +
public:
+static initonly Version^ LUCENE_23

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/01652eb9-1c31-5866-04df-57ea6d97c87b.htm ---------------------------------------------------------------------- diff --git a/doc/html/01652eb9-1c31-5866-04df-57ea6d97c87b.htm b/doc/html/01652eb9-1c31-5866-04df-57ea6d97c87b.htm new file mode 100644 index 0000000..36b3a98 --- /dev/null +++ b/doc/html/01652eb9-1c31-5866-04df-57ea6d97c87b.htm @@ -0,0 +1,10 @@ +SetOmitTf Method

[Missing <summary> documentation for "M:Lucene.Net.Documents.Fieldable.SetOmitTf(System.Bool ean)"]

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[ObsoleteAttribute("Renamed to AbstractField.SetOmitTermFreqAndPositions")]
+void SetOmitTf(
+	bool omitTf
+)
Visual Basic
<ObsoleteAttribute("Renamed to AbstractField.SetOmitTermFreqAndPositions")> _
+Sub SetOmitTf ( _
+	omitTf As Boolean _
+)
Visual C++
[ObsoleteAttribute(L"Renamed to AbstractField.SetOmitTermFreqAndPositions")]
+void SetOmitTf(
+	bool omitTf
+)

Parameters

omitTf
Type: System..::..Boolean

[Missing <param name="omitTf"/> documentation for "M:Lucene.Net.Documents.Fieldable.SetOmitTf(System.Boolean)"]

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/0166354c-0196-f835-b7c3-5fc3ff069e22.htm ---------------------------------------------------------------------- diff --git a/doc/html/0166354c-0196-f835-b7c3-5fc3ff069e22.htm b/doc/html/0166354c-0196-f835-b7c3-5fc3ff069e22.htm new file mode 100644 index 0000000..d46a420 --- /dev/null +++ b/doc/html/0166354c-0196-f835-b7c3-5fc3ff069e22.htm @@ -0,0 +1,3 @@ +Size Method

[Missing <summary> documentation for "M:Lucene.Net.Util.SortedVIntList.Size"]

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual int Size()
Visual Basic
Public Overridable Function Size<
 /span> As Integer
Visual C++
public:
+virtual int Size()

Return Value

The total number of sorted integers. +

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/01676781-e1d9-632a-6def-078c409c4603.htm ---------------------------------------------------------------------- diff --git a/doc/html/01676781-e1d9-632a-6def-078c409c4603.htm b/doc/html/01676781-e1d9-632a-6def-078c409c4603.htm new file mode 100644 index 0000000..cca602e --- /dev/null +++ b/doc/html/01676781-e1d9-632a-6def-078c409c4603.htm @@ -0,0 +1,2 @@ +HasDeletions Method

[Missing <summary> documentation for "M:Lucene.Net.Index.FilterIndexReader.HasDeletions"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override bool HasDeletions()
Visual Basic
Public Overrides Function HasDeletions As Boolean
Visual C++
public:
+virtual bool HasDeletions() override

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.FilterIndexReader.HasDeletions"]

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/0167dfc1-cbde-036d-633c-b6532994ffcb.htm ---------------------------------------------------------------------- diff --git a/doc/html/0167dfc1-cbde-036d-633c-b6532994ffcb.htm b/doc/html/0167dfc1-cbde-036d-633c-b6532994ffcb.htm new file mode 100644 index 0000000..32cbe26 --- /dev/null +++ b/doc/html/0167dfc1-cbde-036d-633c-b6532994ffcb.htm @@ -0,0 +1,16 @@ +FieldPhraseList Constructor (FieldTermStack, FieldQuery, Int32)
+ a constructor. +

Namespace: Lucene.Net.Search.Vectorhighlight
Assembly: Lucene.Net.FastVectorHighlighter (in Lucene.Net.FastVectorHighlighter.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public FieldPhraseList(
+	FieldTermStack fieldTermStack,
+	FieldQuery fieldQuery,
+	int phraseLimit
+)
Visual Basic
Public Sub New ( _
+	fieldTermStack As FieldTermStack, _
+	fieldQuery As FieldQuery, _
+	phraseLimit As Integer _
+)
Visual C++
public:
+FieldPhraseList(
+	FieldTermStack^ fieldTermStack, 
+	FieldQuery^ fieldQuery, 
+	int phraseLimit
+)

Parameters

fieldTermStack
Type: Lucene.Net.Search.Vectorhighlight..::..FieldTermStack
FieldTermStack object
fieldQuery
Type: Lucene.Net.Search.Vectorhighlight..::..FieldQuery
FieldQuery object
phraseLimit
Type: System..::..Int32
maximum size of phraseList

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/01690abe-7370-37ad-f3a2-0af0d89b8ab2.htm ---------------------------------------------------------------------- diff --git a/doc/html/01690abe-7370-37ad-f3a2-0af0d89b8ab2.htm b/doc/html/01690abe-7370-37ad-f3a2-0af0d89b8ab2.htm new file mode 100644 index 0000000..e665d3e --- /dev/null +++ b/doc/html/01690abe-7370-37ad-f3a2-0af0d89b8ab2.htm @@ -0,0 +1,51 @@ +WildcardQuery Members

The WildcardQuery type exposes the following members.

Constructors

+   + NameDescription
Public methodWildcardQuery
Initializes a new instance of the WildcardQuery class

Methods

+   + NameDescription
Public methodClearTotalNumberOfTerms
Expert: Resets the counting of unique terms. + Do this before executing the query/filter. +
(Inherited from MultiTermQuery.)
Public methodClone
Returns a clone of this query.
(Inherited from Query.)
Public methodCombine
Expert: called when re-writing queries under MultiSearcher. + + Create a single query suitable for use by all subsearchers (in 1-1 + correspondence with queries). This is an optimization of the OR of + all queries. We handle the common optimization cases of equal + queries and overlapping clauses of boolean OR queries (as generated + by MultiTermQuery.rewrite()). + Be careful overriding this method as queries[0] determines which + method will be called and is not necessarily of the same type as + the other queries. +
(Inherited from Query.)
Public methodCreateWeight
Expert: Constructs an appropriate Weight implementation for this query. + +

+ Only implemented by primitive queries, which re-write to themselves. +

(Inherited from Query.)
Public methodEquals (Overrides MultiTermQuery..::..Equals(Object).)
Public methodExtractTerms
Expert: adds all terms occuring in this query to the terms set. Only + works if this query is in its {@link #rewrite rewritten} form. + +
(Inherited from Query.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBoost
Gets the boost for this clause. Documents matching + this clause will (in addition to the normal weightings) have their score + multiplied by
CopyC#
b
. The boost is 1.0 by default. +
(Inherited from Query.)
Public methodGetEnum (Overrides MultiTermQuery..::..GetEnum(IndexReader).)
Public methodGetHashCode (Overrides MultiTermQuery..:: ..GetHashCode()()()().)
Public methodGetRewriteMethod (Inherited from MultiTermQuery.)
Public methodGetSimilarity
Expert: Returns the Similarity implementation to be used for this query. + Subclasses may override this method to specify their own Similarity + implementation, perhaps one that delegates through that of the Searcher. + By default the Searcher's Similarity implementation is returned. +
(Inherited from Query.)
Public methodGetTerm Obsolete.
Returns the pattern term.
(Overrides MultiTermQuery..::..GetTerm()()()().)
Public methodGetTotalNumberOfTerms
Expert: Return the number of unique terms visited during execution of the query. + If there are many of them, you may consider using another query type + or optimize your total term count in index. +

This method is not thread safe, be sure to only call it when no query is running! + If you re-use the same query instance for another + search, be sure to first reset the term counter + with {@link #clearTotalNumberOfTerms}. +

On optimized indexes / no MultiReaders, you get the correct number of + unique terms for the whole index. Use this number to compare different queries. + For non-optimized indexes this number can also be achived in + non-constant-score mode. In constant-score mode you get the total number of + terms seeked for all segments / sub-readers. +

(Inherited from MultiTermQuery.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIncTotalNumberOfTerms (Inherited from MultiTermQuery.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRewrite (Overrides MultiTermQuery..::..Rewrite(IndexReader).)
Public methodSetBoost
Sets the boost for this query clause to
CopyC#
b
. Documents + matching this clause will (in addition to the normal weightings) have + their score multiplied by
CopyC#
b
. +
(Inherited from Query.)
Public methodSetRewriteMethod
Sets the rewrite method to be used when executing the + query. You can use one of the four core methods, or + implement your own subclass of {@link RewriteMethod}. +
(Inherited from MultiTermQuery.)
Public methodToString()()()()
Prints a query to a string.
(Inherited from Query.)
Public methodToString(String)
Prints a user-readable version of this query.
(Overrides MultiTermQuery..::..ToString(String).)
Public methodWeight
Expert: Constructs and initializes a Weight for a top-level query.
(Inherited from Query.)

Fields

+   + NameDescription
Protected fieldrewriteMethod (Inherited from MultiTermQuery.)
Protected fieldterm

See Also

\ No newline at end of file