2015-12-29

solr4tcl v0.1: A lightweight Tcl client interface to Apache Solr

Homepage


solr4tcl

About

A lightweight Tcl client interface to Apache Solr. The library consists of a single Tcl Module file.

solr4tcl is using Tcl built-in package http to send request to Aapache Solr.

This library requires package tdom.

Interface

The library has 1 TclOO class, Solr_Request.

Provide below things:
  • A simple search interface
  • A simple interface to add, delete and update documents to the index (using XML Formatted Index Updates)
  • Uploading file data by using Apache Tika

一些說明


經過閱讀 Apache Solr 的文件以後,使用 Tcl http package 送出 request 並且得到結果的記錄。應該是 work 的,起碼沒有出現網頁找不到或者是錯誤回應。

更新 2016/01/02:
雖然都是傳回 OK,但是 ping method 填的參數不是完全正確,我試著更新一份正確的。

沒有留言: