Skip to content

Commit b50b0f4

Browse files
committed
Update docs
1 parent f03c92b commit b50b0f4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/indexing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563

564564
<h1 id="indexing">Indexing<a class="headerlink" href="#indexing" title="Permanent link">&para;</a></h1>
565565
<h2 id="field-types">Field Types<a class="headerlink" href="#field-types" title="Permanent link">&para;</a></h2>
566-
<p>There are three types of fields that can be added to a document: <strong>TextField</strong>, <strong>NumericField</strong>, and <strong>GeoField</strong>.</p>
566+
<p>There are four types of fields that can be added to a document: <strong>TextField</strong>, <strong>NumericField</strong>, <strong>GeoField</strong> and <strong>TagField</strong>.</p>
567567
<p>They are instantiated like this:</p>
568568
<div class="codehilite"><pre><span></span><span class="k">new</span> <span class="nx">TextField</span><span class="p">(</span><span class="s1">&#39;author&#39;</span><span class="p">,</span> <span class="s1">&#39;Charles Dickens&#39;</span><span class="p">);</span>
569569
<span class="k">new</span> <span class="nx">NumericField</span><span class="p">(</span><span class="s1">&#39;price&#39;</span><span class="p">,</span> <span class="mf">9.99</span><span class="p">);</span>

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>None</loc>
5-
<lastmod>2019-11-02</lastmod>
5+
<lastmod>2019-11-16</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>None</loc>
10-
<lastmod>2019-11-02</lastmod>
10+
<lastmod>2019-11-16</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>None</loc>
15-
<lastmod>2019-11-02</lastmod>
15+
<lastmod>2019-11-16</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>None</loc>
20-
<lastmod>2019-11-02</lastmod>
20+
<lastmod>2019-11-16</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>None</loc>
25-
<lastmod>2019-11-02</lastmod>
25+
<lastmod>2019-11-16</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>None</loc>
30-
<lastmod>2019-11-02</lastmod>
30+
<lastmod>2019-11-16</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>None</loc>
35-
<lastmod>2019-11-02</lastmod>
35+
<lastmod>2019-11-16</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
</urlset>

docs/sitemap.xml.gz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)