summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-02-19 15:44:47 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-02-19 15:44:47 +0700
commit605241e33856c45660fce9ba16102557160c235a (patch)
tree7aff823ada1725b6cb100384c517c73b9888751e
parentd098ff60225cd6d7770a08bdd1c06aafdd74f1d9 (diff)
<Miqdad> sync solr to productioncr_renca_find
-rw-r--r--indoteknik_custom/models/keywords.py4
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'