blob: 4a43c9f6fb871462515483cc24712b3d392cc6b1 [file] [log] [blame]
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Field.Index Members</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache Lucene.Net 2.4.0 Class Library API</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">Field.Index Members
</h1>
</div>
</div>
<div id="nstext">
<p>
<a href="Lucene.Net.Documents.Field.Index.html">Field.Index overview</a>
</p>
<h4 class="dtH4">Public Static Fields</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.ANALYZED.html">ANALYZED</a></td><td width="50%"> Index the tokens produced by running the field's value through an Analyzer. This is useful for common text. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.ANALYZED_NO_NORMS.html">ANALYZED_NO_NORMS</a></td><td width="50%"> Expert: Index the tokens produced by running the field's value through an Analyzer, and also separately disable the storing of norms. See {@link #NOT_ANALYZED_NO_NORMS} for what norms are and why you may want to disable them. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.NO.html">NO</a></td><td width="50%">Do not index the field value. This field can thus not be searched, but one can still access its contents provided it is {@link Field.Store stored}. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.NO_NORMS.html">NO_NORMS</a></td><td width="50%"> Deprecated. This has been renamed to NOT_ANALYZED_NO_NORMS. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.NOT_ANALYZED.html">NOT_ANALYZED</a></td><td width="50%">Index the field's value without using an Analyzer, so it can be searched. As no analyzer is used the value will be stored as a single term. This is useful for unique Ids like product numbers. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.NOT_ANALYZED_NO_NORMS.html">NOT_ANALYZED_NO_NORMS</a></td><td width="50%"> Expert: Index the field's value without an Analyzer, and also disable the storing of norms.. Note that you can also separately enable/disable norms by calling SetOmitNorms(bool). No norms means that index-time field and document boosting and field length normalization are disabled. The benfit is less memory ysage as norms take up one byte of RAM per indexed field for every document in the index, during searching. Note that once you index a given field <i>with</i> norms enabled, disabling norms will have no effect. In other words, for this to have the above described effect on a field, all instances of that field must be indexed with NOT_ANALYZED_NO_NORMS from the beginning. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.TOKENIZED.html">TOKENIZED</a></td><td width="50%"> Deprecated. This has been renamed to ANALYZED. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubfield.gif"></img><img src="static.gif" /><a href="Lucene.Net.Documents.Field.Index.UN_TOKENIZED.html">UN_TOKENIZED</a></td><td width="50%"> Deprecated. This has been renamed to NOT_ANALYZED. </td></tr></table>
</div>
<h4 class="dtH4">Public Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">Serves as a hash function for a particular type. <b>GetHashCode</b> is suitable for use in hashing algorithms and data structures like a hash table.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Util.Parameter.GetRealObject.html">GetRealObject</a> (inherited from <b>Parameter</b>)</td><td width="50%"> </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%">Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemTypeClassTopic.htm">Type</a> of the current instance.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Lucene.Net.Util.Parameter.ToString.html">ToString</a> (inherited from <b>Parameter</b>)</td><td width="50%"> </td></tr></table>
</div>
<h4 class="dtH4">Protected Internal Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="intmethod.gif"></img><a href="Lucene.Net.Util.Parameter.ReadResolve.html">ReadResolve</a> (inherited from <b>Parameter</b>)</td><td width="50%"> Resolves the deserialized instance to the local reference for accurate equals() and == comparisons. </td></tr></table>
</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.Documents.Field.Index.html">Field.Index Class</a> | <a href="Lucene.Net.Documents.html">Lucene.Net.Documents Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="Field.Index class">
</param>
<param name="Keyword" value="Lucene.Net.Documents.Field.Index class">
</param>
<param name="Keyword" value="Field.Index class, all members">
</param>
</object>
<hr />
<div id="footer">
<p>
</p>
<p>Generated from assembly Lucene.Net [2.4.0.2]</p>
</div>
</div>
</body>
</html>