Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2632#discussion_r210796724
--- Diff: docs/datamap/lucene-datamap-guide.md ---
@@ -44,12 +44,8 @@ To show all DataMaps created, use:
```
It will show all DataMaps created on main table.
-
## Lucene DataMap Introduction
- Lucene is a high performance, full featured text search engine. Lucene
is integrated to carbon as
- an index datamap and managed along with main tables by CarbonData.User
can create lucene datamap
- to improve query performance on string columns which has content of more
length. So, user can
- search tokenized word or pattern of it using lucene query on text
content.
+ Lucene is a high performance, full featured text search engine. Lucene
is integrated to carbon as an index datamap and managed along with main tables
by CarbonData.User can create lucene datamap to improve query performance on
string columns which has content of more length. So, user can search tokenized
word or pattern of it using lucene query on text content.
--- End diff --
use consistent naming.some places carbon, some places carbondata
---