Re: access rights

2006-01-25 Thread Maros Ivanco
already looked into sources and get lost a little, so I was hopping that someone will suggest where to look. Maros. > >jch > >Maros Ivanco wrote: > >>Hi, >> >> I try to implement acces rights mechanism on the top of the lucene. >My >>situation look

access rights

2006-01-24 Thread Maros Ivanco
Hi, I try to implement acces rights mechanism on the top of the lucene. My situation looks like this: Indexed documents have associated access rights information. When I construct the query, I append a part, which matches actual user identity with access rights in the documents. This way the us

Re: lucene API

2005-08-18 Thread Maros Ivanco
I, so my problem is solved for now. But it is solved only partially, because changes to the API could break my wrapper classes (or de/serializers). So I would realy like to contribute and make Lucene more integrable. Maros. > > Erik > > >On Aug 17, 2005, at 9:26 AM, Maros Ivanc

Re: lucene API

2005-08-18 Thread Maros Ivanco
factories following desing patters, extract interfaces and so on. Maros. -Daniel Naber <[EMAIL PROTECTED]> wrote: - >To: java-dev@lucene.apache.org >From: Daniel Naber <[EMAIL PROTECTED]> >Date: 17.08.2005 20:32 >Subject: Re: lucene API > >On Wednesday 17 August

RE: lucene API

2005-08-18 Thread Maros Ivanco
other systems, even though it may be very effective when used standalone. Maros. >The XML needed to support a Lucene >search >result is quite trivial. > >R > >-Original Message- >From: Maros Ivanco [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 17, 2005 8:2

lucene API

2005-08-17 Thread Maros Ivanco
Hi there, I am creating a search solution based on Lucene. A part of the solution is Lucene web service. Even though the Lucene API is very straitforward to use on a local machine, I found creation of Lucene WS to be extremely difficult. The problem causes the API, which very often d