-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
area/indexesRelated to indexes (indices) and their usage.Related to indexes (indices) and their usage.area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.kind/bugSomething is broken.Something is broken.priority/P1Serious issue that requires eventual attention (can wait a bit)Serious issue that requires eventual attention (can wait a bit)
Description
What version of Dgraph are you using?
1.1.1
Have you tried reproducing the issue with the latest release?
No
What is the hardware spec (RAM, OS)?
12GB, Ubuntu 19.04
Steps to reproduce the issue (command/config used to run Dgraph).
- Set the schema:
file_content: string @index(fulltext) @lang . - Insert data
"file_content@en": "unrelated breaks GIT Buccal micron Standard burst College Overall absorptive paracellular measures advance contains mm protein’s chymosin beyond β-lactotensin permanent respective rigid-body apical corneum information murine medium After supported mCherry—a ZOT fluorometer immobilized fully" - Try to search "protein"
Expected behaviour and actual result.
Text search should found "protein" in "protein’s" but can't found it. Neo4j's Lucene can.
Metadata
Metadata
Assignees
Labels
area/indexesRelated to indexes (indices) and their usage.Related to indexes (indices) and their usage.area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.kind/bugSomething is broken.Something is broken.priority/P1Serious issue that requires eventual attention (can wait a bit)Serious issue that requires eventual attention (can wait a bit)