You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:53:43 UTC

[lucene] 29/45: SOLR-15193: Fix wording

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit ca60c43089ef963a8a796695d002b82e9387b361
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Thu Feb 25 08:38:57 2021 -0500

    SOLR-15193: Fix wording
---
 solr/solr-ref-guide/src/graph.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/solr/solr-ref-guide/src/graph.adoc b/solr/solr-ref-guide/src/graph.adoc
index fdee70d..4649d9e 100644
--- a/solr/solr-ref-guide/src/graph.adoc
+++ b/solr/solr-ref-guide/src/graph.adoc
@@ -362,10 +362,10 @@ to this subgraph, and a better recommendation to be paired with butter.
 
 == Temporal Graph Expressions
 
-The examples above lay the groundwork for Solr's new temporal graph queries.
-Temporal graph queries allow Solr to walk the graph using *windows of time*.
-The initial release supports graph walks using ten second increments which is useful
-for *event correlation* and *root cause analysis* use cases in log analytics.
+The examples above lay the groundwork for temporal graph queries.
+Temporal graph queries allow the `nodes` function to walk the graph using *windows of time* to surface
+*cross-correlations* within the data. The nodes function currently supports graph walks using *ten second increments*
+which is useful for *event correlation* and *root cause analysis* in log analytics.
 
 In order to support temporal graph queries a ten second truncated timestamp in *ISO 8601* format must
 be added to the log records as a string field at indexing time. Here is a sample ten second