Skip to content

Commit

Permalink
Update the Lucene Language Reference
Browse files Browse the repository at this point in the history
Signed-off-by: Suchit Sahoo <[email protected]>
  • Loading branch information
LDrago27 committed Oct 18, 2024
1 parent 11b4a47 commit 3d8f04c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const LuceneReference = () => {
<p>
<FormattedMessage
id="data.query.queryBar.luceneSyntaxOptionsDescription"
defaultMessage="{docsLink} is a query syntax that allows precise searching and filtering on indexed text."
defaultMessage="{docsLink} Query Language is a powerful search syntax that enables precise and efficient data retrieval. It utilizes boolean operators, wildcards, and field-specific searches to construct complex queries for finding relevant information. Lucene is particularly well-suited for full-text search and indexing of structured and unstructured data, making it ideal for applications ranging from document retrieval to log analysis and content management systems."
values={{
docsLink: (
<EuiLink href={luceneDocs} target="_blank">
Expand Down

0 comments on commit 3d8f04c

Please sign in to comment.