- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for solr_data (0.04 sec)
-
MIGRATION.md
Create a transformation script to map Solr fields to Fess fields: ```python import json # Load Solr export with open('solr-export.json', 'r') as f: solr_data = json.load(f) # Transform documents fess_docs = [] for doc in solr_data['response']['docs']: fess_doc = { "url": doc.get("id", ""), "title": doc.get("title", [""])[0] if isinstance(doc.get("title"), list) else doc.get("title", ""),
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0) -
tensorflow/c/c_api.cc
out_shape_and_type->set_dtype(p.dtype); *out_shape_and_type->mutable_type() = p.type; } } string str_data; handle_data.SerializeToString(&str_data); TF_Buffer* result = TF_NewBufferFromString(str_data.c_str(), str_data.size()); return result; } void TF_SetHandleShapeAndType(TF_Graph* graph, TF_Output output,
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 102.4K bytes - Viewed (0)