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 C868A11C3E for ; Tue, 22 Apr 2014 02:53:42 +0000 (UTC) Received: (qmail 39720 invoked by uid 500); 22 Apr 2014 02:53:07 -0000 Delivered-To: apmail-lucenenet-commits-archive@lucenenet.apache.org Received: (qmail 39283 invoked by uid 500); 22 Apr 2014 02:52:53 -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 38457 invoked by uid 99); 22 Apr 2014 02:52:34 -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:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D42C88392FD; Tue, 22 Apr 2014 02:52:33 +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:38 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [06/59] [partial] Moving as part of INFRA-5246 http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/03597b59-0699-926a-9165-f203bd22cbbd.htm ---------------------------------------------------------------------- diff --git a/doc/html/03597b59-0699-926a-9165-f203bd22cbbd.htm b/doc/html/03597b59-0699-926a-9165-f203bd22cbbd.htm new file mode 100644 index 0000000..f954e99 --- /dev/null +++ b/doc/html/03597b59-0699-926a-9165-f203bd22cbbd.htm @@ -0,0 +1,2 @@ +GetTimeAllowed Method
Returns allowed time (milliseconds).

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

Syntax

C#
public virtual long GetTimeAllowed()
Visual Basic
Public Overridable Function GetTimeAllowed As Long
Visual C++
public:
+virtual long long GetTimeAllowed()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.TimeLimitedCollector.TimeExceededException.GetTimeAllowed"]

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/035dea59-8290-ad1c-92c5-15c005e34041.htm ---------------------------------------------------------------------- diff --git a/doc/html/035dea59-8290-ad1c-92c5-15c005e34041.htm b/doc/html/035dea59-8290-ad1c-92c5-15c005e34041.htm new file mode 100644 index 0000000..946960c --- /dev/null +++ b/doc/html/035dea59-8290-ad1c-92c5-15c005e34041.htm @@ -0,0 +1,2 @@ +Start Method
Returns the start position of the current match. Initially invalid.

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

Syntax

C#
public abstract int Start()
Visual Basic
Public MustOverride Function Start As Integer
Visual C++
public:
+virtual int Start() abstract

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.Spans.Spans.Start"]

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/036b1e7e-ed7c-912c-e00d-162daff90daa.htm ---------------------------------------------------------------------- diff --git a/doc/html/036b1e7e-ed7c-912c-e00d-162daff90daa.htm b/doc/html/036b1e7e-ed7c-912c-e00d-162daff90daa.htm new file mode 100644 index 0000000..ae90128 --- /dev/null +++ b/doc/html/036b1e7e-ed7c-912c-e00d-162daff90daa.htm @@ -0,0 +1,7 @@ +Matrix Members

The Matrix type exposes the following members.

Constructors

+   + NameDescription
Public methodMatrix
Initializes a new instance of the Matrix class

Methods

+   + NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPermutationIterator
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

+   + NameDescription
Public propertyColumns

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/036e1b92-e9ce-8237-45f9-5018ac19eaf9.htm ---------------------------------------------------------------------- diff --git a/doc/html/036e1b92-e9ce-8237-45f9-5018ac19eaf9.htm b/doc/html/036e1b92-e9ce-8237-45f9-5018ac19eaf9.htm new file mode 100644 index 0000000..7ad45e6 --- /dev/null +++ b/doc/html/036e1b92-e9ce-8237-45f9-5018ac19eaf9.htm @@ -0,0 +1,3 @@ +GetEndColumn Method < MSHelp:RLTitle Title="CharStream.GetEndColumn Method (Lucene.Net.QueryParsers)" />
Returns the column number of the last character for current token (being + matched after the last call to BeginTOken). +

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

Syntax

C#
int GetEndColumn()
Visual Basic
Fun
 ction GetEndColumn As Integer
Visual C++
int GetEndColumn()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.QueryParsers.CharStream.GetEndColumn"]

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/036fcf83-824d-3ff3-83c2-d8cb6ffb340f.htm ---------------------------------------------------------------------- diff --git a/doc/html/036fcf83-824d-3ff3-83c2-d8cb6ffb340f.htm b/doc/html/036fcf83-824d-3ff3-83c2-d8cb6ffb340f.htm new file mode 100644 index 0000000..28d24e9 --- /dev/null +++ b/doc/html/036fcf83-824d-3ff3-83c2-d8cb6ffb340f.htm @@ -0,0 +1,3 @@ +FieldDoc Constructor

Overload List

+   + NameDescription
Public methodFieldDoc(Int32, Single)
Expert: Creates one of these objects with empty sort information.
Public methodFieldDoc(Int32, Single, array<IComparable>[]()[][])
Expert: Creates one of these objects with the given sort information.

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/03773894-00b4-3f0d-da46-19759f3f9093.htm ---------------------------------------------------------------------- diff --git a/doc/html/03773894-00b4-3f0d-da46-19759f3f9093.htm b/doc/html/03773894-00b4-3f0d-da46-19759f3f9093.htm new file mode 100644 index 0000000..fc27b1e --- /dev/null +++ b/doc/html/03773894-00b4-3f0d-da46-19759f3f9093.htm @@ -0,0 +1,13 @@ +Message Property < meta name="guid" content="03773894-00b4-3f0d-da46-19759f3f9093" />
This method has the standard behavior when this object has been + created using the standard constructors. Otherwise, it uses + "currentToken" and "expectedTokenSequences" to generate a parse + error message and returns it. If this object has been created + due to a parse error, and you do not catch it (it gets thrown + from the parser), then this method is called during the printing + of the final stack trace, and hence the correct error message + gets displayed. +

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

Syntax

C#
public override string Message { get; }
Visual Basic
Public Overrides ReadOnly Property Message As String
+	Get
Visual C++
public:
+virtual property String^ Message {
+	String^ get () override;
+}

Implements

_Exception..::..Message

See Also

\ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/doc/html/037dd877-483f-b26c-0dfa-34ef07030ba3.htm ---------------------------------------------------------------------- diff --git a/doc/html/037dd877-483f-b26c-0dfa-34ef07030ba3.htm b/doc/html/037dd877-483f-b26c-0dfa-34ef07030ba3.htm new file mode 100644 index 0000000..ab159ce --- /dev/null +++ b/doc/html/037dd877-483f-b26c-0dfa-34ef07030ba3.htm @@ -0,0 +1 @@ +TokenStreamValue Method
The TokenStream for this field to be used when indexing, or null.

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

Syntax

C#
TokenStream TokenStreamValue()
Visual Basic
Function TokenStreamValue As TokenStream
Visual C++
TokenStream^ TokenStreamValue()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.TokenStreamValue"]

See Also

\ No newline at end of file