You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by luciusvorenus <lu...@hotmail.de> on 2010/02/16 17:40:39 UTC

lucene webinterface

Hello
how can I build a  webinterface for my aplication ?  I read something with
HTML table and php but i had no idea?
 Can anobody help me?

Than u

Lucius 
-- 
View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27611202.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by luciusvorenus <lu...@hotmail.de>.


Thank u
 I will try


Erik Hatcher-4 wrote:
> 
> Solr can front your Lucene index, and via Solritas[1] it can provide a  
> simple and customizable basic UI.
> 
> Though to stick with pure Lucene, give LIMO[2] a try.
> 
> 	Erik
> 
> [1]
> http://www.lucidimagination.com/blog/2009/11/04/solritas-solr-1-4s-hidden-gem/
> 
> [2] http://limo.sourceforge.net/
> 
> 
> On Feb 17, 2010, at 5:48 AM, luciusvorenus wrote:
>> I already have the data indexed (a database table) and also  i have   
>> class
>> to search.. just simple
>> I would like just a search box ...
>>
>> Thank u
>>
>>
>> polx wrote:
>>>
>>>
>>> On 16-févr.-10, at 17:40, luciusvorenus wrote:
>>>> how can I build a  webinterface for my aplication ?  I read
>>>> something with
>>>> HTML table and php but i had no idea?
>>>> Can anobody help me?
>>>
>>> Lucius,
>>>
>>> try solr.
>>>
>>> paul
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://old.nabble.com/lucene-webinterface-tp27611202p27621946.html
>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27623897.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by Erik Hatcher <er...@gmail.com>.
Solr can front your Lucene index, and via Solritas[1] it can provide a  
simple and customizable basic UI.

Though to stick with pure Lucene, give LIMO[2] a try.

	Erik

[1] http://www.lucidimagination.com/blog/2009/11/04/solritas-solr-1-4s-hidden-gem/

[2] http://limo.sourceforge.net/


On Feb 17, 2010, at 5:48 AM, luciusvorenus wrote:
> I already have the data indexed (a database table) and also  i have   
> class
> to search.. just simple
> I would like just a search box ...
>
> Thank u
>
>
> polx wrote:
>>
>>
>> On 16-févr.-10, at 17:40, luciusvorenus wrote:
>>> how can I build a  webinterface for my aplication ?  I read
>>> something with
>>> HTML table and php but i had no idea?
>>> Can anobody help me?
>>
>> Lucius,
>>
>> try solr.
>>
>> paul
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>
>>
>>
>
> -- 
> View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27621946.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by luciusvorenus <lu...@hotmail.de>.


ok  i will try one more time

thank u


luciusvorenus wrote:
> 
> 
> With LIMO
> 
> ""
>   </context-param>
> 
>    <context-param>
>    <param-name>Docu</param-name>
>    <param-value>/home/lucius/../.../..../index</param-value>
>    <description>This param info is used by LIMO</description>
>  </context-param>
> """
> 
> and i get this mesagge
> 
> org.apache.jasper.JasperException: java.security.AccessControlException:
> access denied (java.io.FilePermission /home/lucius/.././.../index/segments
> read)
> 
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
> 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:416)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> 	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	java.lang.reflect.Method.invoke(Method.java:616)
> 	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:269)
> 	java.security.AccessController.doPrivileged(Native Method)
> 	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
> 	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:301)
> 
> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162
> 
> Erik Hatcher-4 wrote:
>> 
>> 
>> I do not know how  can i deal with solr.. 
>> 
>> :((
>> 
>> 
>> Again, try LIMO.
>> 
>> But what do you mean, no success with Solr?  Please elaborate on the  
>> issues you encountered and what you tried.
>> 
>> 	Erik
>> 
>> On Feb 19, 2010, at 2:41 PM, luciusvorenus wrote:
>> 
>>>
>>> no success with solr
>>>
>>> Anybody another suggestion ?
>>>
>>>
>>>
>>> luciusvorenus wrote:
>>>>
>>>>
>>>> I already have the data indexed (a database table) and also  i  
>>>> have  class
>>>> to search.. just simple
>>>> I would like just a search box ...
>>>>
>>>> Thank u
>>>>
>>>>
>>>> polx wrote:
>>>>>
>>>>>
>>>>> On 16-févr.-10, at 17:40, luciusvorenus wrote:
>>>>>> how can I build a  webinterface for my aplication ?  I read
>>>>>> something with
>>>>>> HTML table and php but i had no idea?
>>>>>> Can anobody help me?
>>>>>
>>>>> Lucius,
>>>>>
>>>>> try solr.
>>>>>
>>>>> paul
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/lucene-webinterface-tp27611202p27659293.html
>>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27667153.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by luciusvorenus <lu...@hotmail.de>.

With LIMO

""
  </context-param>

   <context-param>
   <param-name>Docu</param-name>
   <param-value>/home/lucius/../.../..../index</param-value>
   <description>This param info is used by LIMO</description>
 </context-param>
"""

and i get this mesagge

org.apache.jasper.JasperException: java.security.AccessControlException:
access denied (java.io.FilePermission /home/lucius/.././.../index/segments
read)

org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:416)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:616)
	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:269)
	java.security.AccessController.doPrivileged(Native Method)
	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:301)

org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162

Erik Hatcher-4 wrote:
> 
> 
> I do not know how  can i deal with solr.. 
> 
> :((
> 
> 
> Again, try LIMO.
> 
> But what do you mean, no success with Solr?  Please elaborate on the  
> issues you encountered and what you tried.
> 
> 	Erik
> 
> On Feb 19, 2010, at 2:41 PM, luciusvorenus wrote:
> 
>>
>> no success with solr
>>
>> Anybody another suggestion ?
>>
>>
>>
>> luciusvorenus wrote:
>>>
>>>
>>> I already have the data indexed (a database table) and also  i  
>>> have  class
>>> to search.. just simple
>>> I would like just a search box ...
>>>
>>> Thank u
>>>
>>>
>>> polx wrote:
>>>>
>>>>
>>>> On 16-févr.-10, at 17:40, luciusvorenus wrote:
>>>>> how can I build a  webinterface for my aplication ?  I read
>>>>> something with
>>>>> HTML table and php but i had no idea?
>>>>> Can anobody help me?
>>>>
>>>> Lucius,
>>>>
>>>> try solr.
>>>>
>>>> paul
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>>
>>>>
>>>>
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://old.nabble.com/lucene-webinterface-tp27611202p27659293.html
>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27659682.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by Erik Hatcher <er...@gmail.com>.
Again, try LIMO.

But what do you mean, no success with Solr?  Please elaborate on the  
issues you encountered and what you tried.

	Erik

On Feb 19, 2010, at 2:41 PM, luciusvorenus wrote:

>
> no success with solr
>
> Anybody another suggestion ?
>
>
>
> luciusvorenus wrote:
>>
>>
>> I already have the data indexed (a database table) and also  i  
>> have  class
>> to search.. just simple
>> I would like just a search box ...
>>
>> Thank u
>>
>>
>> polx wrote:
>>>
>>>
>>> On 16-févr.-10, at 17:40, luciusvorenus wrote:
>>>> how can I build a  webinterface for my aplication ?  I read
>>>> something with
>>>> HTML table and php but i had no idea?
>>>> Can anobody help me?
>>>
>>> Lucius,
>>>
>>> try solr.
>>>
>>> paul
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>
>>>
>>>
>>
>>
>
> -- 
> View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27659293.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by luciusvorenus <lu...@hotmail.de>.
no success with solr

Anybody another suggestion ? 



luciusvorenus wrote:
> 
> 
> I already have the data indexed (a database table) and also  i have  class
> to search.. just simple
> I would like just a search box ...
> 
> Thank u
> 
> 
> polx wrote:
>> 
>> 
>> On 16-févr.-10, at 17:40, luciusvorenus wrote:
>>> how can I build a  webinterface for my aplication ?  I read  
>>> something with
>>> HTML table and php but i had no idea?
>>> Can anobody help me?
>> 
>> Lucius,
>> 
>> try solr.
>> 
>> paul
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27659293.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by luciusvorenus <lu...@hotmail.de>.

I already have the data indexed (a database table) and also  i have  class
to search.. just simple
I would like just a search box ...

Thank u


polx wrote:
> 
> 
> On 16-févr.-10, at 17:40, luciusvorenus wrote:
>> how can I build a  webinterface for my aplication ?  I read  
>> something with
>> HTML table and php but i had no idea?
>> Can anobody help me?
> 
> Lucius,
> 
> try solr.
> 
> paul
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/lucene-webinterface-tp27611202p27621946.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: lucene webinterface

Posted by Paul Libbrecht <pa...@activemath.org>.
On 16-févr.-10, at 17:40, luciusvorenus wrote:
> how can I build a  webinterface for my aplication ?  I read  
> something with
> HTML table and php but i had no idea?
> Can anobody help me?

Lucius,

try solr.

paul
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org