diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-19 15:44:47 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-19 15:44:47 +0700 |
| commit | 605241e33856c45660fce9ba16102557160c235a (patch) | |
| tree | 7aff823ada1725b6cb100384c517c73b9888751e | |
| parent | d098ff60225cd6d7770a08bdd1c06aafdd74f1d9 (diff) | |
<Miqdad> sync solr to productioncr_renca_find
| -rw-r--r-- | indoteknik_custom/models/keywords.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/keywords.py b/indoteknik_custom/models/keywords.py index ca5fc8d0..4ab649dc 100644 --- a/indoteknik_custom/models/keywords.py +++ b/indoteknik_custom/models/keywords.py @@ -11,8 +11,8 @@ import io _logger = logging.getLogger(__name__) -# solr = pysolr.Solr('http://10.148.0.5:8983/solr/searchkey/', always_commit=True, timeout=30) -solr = pysolr.Solr('http://127.0.0.1:8983/solr/searchkey/', always_commit=True, timeout=30) +solr = pysolr.Solr('http://10.148.0.5:8983/solr/searchkey/', always_commit=True, timeout=30) +# solr = pysolr.Solr('http://127.0.0.1:8983/solr/searchkey/', always_commit=True, timeout=30) class Keywords(models.Model): _name = 'keywords' |
