Skip to content

Commit

Permalink
Updates to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti committed Jul 16, 2024
1 parent 77abcf8 commit cd91ece
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions themes/bleve/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<div class="col-lg-6">
<h1>Bleve<h1>
<h3>full-text search and indexing for Go</h3>
<h3>modern indexing & search for Go</h3>
<ul>
<li>Simple top-level API</li>
<li>Index any object in your data model</li>
Expand Down Expand Up @@ -86,10 +86,11 @@ <h4>Faceting</h4>
<h4>Powerful</h4>
<p>By indexing your data with bleve you gain the ability to compose the following query types:</p>
<ul>
<li>Term, Phrase, Match, Match Phrase, Prefix</li>
<li>Term, Phrase, Match, Match Phrase, Prefix, Fuzzy</li>
<li>Conjunction, Disjunction, Boolean</li>
<li>Numeric and Date Ranges</li>
<li>Query String (see <a href="https://blevesearch.com/docs/Query-String-Query/">Syntax</a>)
<li>Query String (see <a href="https://blevesearch.com/docs/Query-String-Query/">Syntax</a>)</li>
<li>Approximate k-nearest-neighbors over vector content</li>
</ul>

<h4>Scoring</h4>
Expand Down

0 comments on commit cd91ece

Please sign in to comment.