Thanks Troy, that interface looks manageable.
Does it support creating and using lucene indexes?
I need that of as you type searching.
Cheers,
Daniel
On Wed, Jan 9, 2013 at 11:56 AM, Troy A. Griffitts wrote:
> Daniel,
>
> Please have a look at this IDL. This is the minimum interface which I
Daniel,
Please have a look at this IDL. This is the minimum interface which I
usually create when wrapping the SWORD engine. It is full featured
enough to use all the features of the engine which do no require
extending functionality. SWORDWeb uses this interface and our JNI
bindings use t
> > Von: Daniel Hughes
> > Am I allowed to pull the text out of the sword module once it is
> > installed (using the sword libs) and put it in my local sqlite
> > database.
The legal rules regarding this kind of activity differ from country to
country.
Here in Switzerland, that would be allowed
On 1/7/2013 6:22 PM, Daniel Hughes wrote:
...
Am I allowed to pull the text out of the sword module once it is
installed (using the sword libs) and put it in my local sqlite
database. This would be the lest path of resistance for getting sword
module support in my application. It would also li
On 01/07/2013 11:51 PM, Peter von Kaehne wrote:
Von: Daniel Hughes Am I allowed to pull the
text out of the sword module once it is installed (using the sword
libs) and put it in my local sqlite database.
Not a lawyer, so my advice might be of limited value. Many of our
modules are public do
You make a compelling case, however I need do to more then just construct a
GUI, I must construction fairly complete c# bindings. And therein lies the
complication, because swig (or maybe me) for all it's promise appears to
not be completely up to the task.
Sincerely,
Daniel
On Tue, Jan 8, 2013
> Von: Daniel Hughes
> Am I allowed to pull the text out of the sword module once it is installed
> (using the sword libs) and put it in my local sqlite database.
Not a lawyer, so my advice might be of limited value. Many of our modules are
public domain and essentially you can do as you like.