├── .gitattributes ├── .gitignore ├── README.md ├── Sample ├── ElasticSearch.cs ├── LuceneSearch.cs ├── Program.cs ├── Sample.csproj └── Sample.sln ├── WinFormsApp1 ├── WinFormsApp1.sln └── WinFormsApp1 │ ├── Class1.cs │ ├── Form1-old.cs │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ └── WinFormsApp1.csproj └── persian-stop-words ├── 1-vahid-nasiri.txt ├── 2-persian2.txt ├── PersianStopWords.txt ├── Persian_StopList.txt ├── Pesian_Stop_Words_List.txt ├── bbalet_stopwords_fa.txt ├── fergiemcdowall_stopwords_fa.txt ├── geonetwork-per.txt ├── gh-stopwords-json-fa.txt ├── lucene-persian-stopwords.txt ├── lucenenet-persian-stopwords.txt ├── non-verbal_stopwords.txt ├── nonverbal.txt ├── persian.csv.txt ├── persian.txt ├── persianST.txt ├── ranks.nl.txt ├── ranksnl-persian.txt ├── short.txt ├── stopwords-fa.txt ├── stopwords_all.txt ├── verbal.txt └── verbal_stopwords.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/README.md -------------------------------------------------------------------------------- /Sample/ElasticSearch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/Sample/ElasticSearch.cs -------------------------------------------------------------------------------- /Sample/LuceneSearch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/Sample/LuceneSearch.cs -------------------------------------------------------------------------------- /Sample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/Sample/Program.cs -------------------------------------------------------------------------------- /Sample/Sample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/Sample/Sample.csproj -------------------------------------------------------------------------------- /Sample/Sample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/Sample/Sample.sln -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1.sln -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1/Class1.cs -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1/Form1-old.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1/Form1-old.cs -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1/Form1.Designer.cs -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1/Form1.cs -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1/Form1.resx -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1/Program.cs -------------------------------------------------------------------------------- /WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj -------------------------------------------------------------------------------- /persian-stop-words/1-vahid-nasiri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/1-vahid-nasiri.txt -------------------------------------------------------------------------------- /persian-stop-words/2-persian2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/2-persian2.txt -------------------------------------------------------------------------------- /persian-stop-words/PersianStopWords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/PersianStopWords.txt -------------------------------------------------------------------------------- /persian-stop-words/Persian_StopList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/Persian_StopList.txt -------------------------------------------------------------------------------- /persian-stop-words/Pesian_Stop_Words_List.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/Pesian_Stop_Words_List.txt -------------------------------------------------------------------------------- /persian-stop-words/bbalet_stopwords_fa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/bbalet_stopwords_fa.txt -------------------------------------------------------------------------------- /persian-stop-words/fergiemcdowall_stopwords_fa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/fergiemcdowall_stopwords_fa.txt -------------------------------------------------------------------------------- /persian-stop-words/geonetwork-per.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/geonetwork-per.txt -------------------------------------------------------------------------------- /persian-stop-words/gh-stopwords-json-fa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/gh-stopwords-json-fa.txt -------------------------------------------------------------------------------- /persian-stop-words/lucene-persian-stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/lucene-persian-stopwords.txt -------------------------------------------------------------------------------- /persian-stop-words/lucenenet-persian-stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/lucenenet-persian-stopwords.txt -------------------------------------------------------------------------------- /persian-stop-words/non-verbal_stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/non-verbal_stopwords.txt -------------------------------------------------------------------------------- /persian-stop-words/nonverbal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/nonverbal.txt -------------------------------------------------------------------------------- /persian-stop-words/persian.csv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/persian.csv.txt -------------------------------------------------------------------------------- /persian-stop-words/persian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/persian.txt -------------------------------------------------------------------------------- /persian-stop-words/persianST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/persianST.txt -------------------------------------------------------------------------------- /persian-stop-words/ranks.nl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/ranks.nl.txt -------------------------------------------------------------------------------- /persian-stop-words/ranksnl-persian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/ranksnl-persian.txt -------------------------------------------------------------------------------- /persian-stop-words/short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/short.txt -------------------------------------------------------------------------------- /persian-stop-words/stopwords-fa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/stopwords-fa.txt -------------------------------------------------------------------------------- /persian-stop-words/stopwords_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/stopwords_all.txt -------------------------------------------------------------------------------- /persian-stop-words/verbal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/verbal.txt -------------------------------------------------------------------------------- /persian-stop-words/verbal_stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mjebrahimi/Elasticsearch-NEST-CheatSheet-Tutorials/HEAD/persian-stop-words/verbal_stopwords.txt --------------------------------------------------------------------------------