# remove_lucene_chars

> **Function** in `langchain_neo4j`

📖 [View in docs](https://reference.langchain.com/python/langchain-neo4j/vectorstores/neo4j_vector/remove_lucene_chars)

Remove Lucene special characters

## Signature

```python
remove_lucene_chars(
    text: str,
) -> str
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-neo4j/blob/f46cc4745b03943780ab71713adb1836adbbd425/libs/neo4j/langchain_neo4j/vectorstores/neo4j_vector.py#L60)