Re: [xwiki-users] create my own search...

2008-05-01 Thread Gabriela Radu
hi
i have used the Lucene Search but it does not show me the results.
is there some code in Xwiki.Results that i have no access at?
thx

Vincent Massol [EMAIL PROTECTED] wrote: Hi Gabriela,

On Apr 30, 2008, at 8:27 AM, Gabriela Radu wrote:

 hey.
 i have followed the guidence from the links but it does not show any  
 result. i am sure i am doing something wrong, ...but on the website  
 the search form didn't work either. or i am doing something wrong  
 tthere..:-| i have put the word box in the search tag (on the  
 website: http://www.xwiki.org/xwiki/bin/view/FAQ/ ) i am writing the  
 word:'box' or 'faq' and there is no result either. do you know the  
 problem here? it should have searched in the current page for one..  
 cause the words are from there...but no luck.

Thanks for pointing that out. I've fixed the FAQ search now.
But as I said below you can also look at the Main.WebSearch  page.

Thanks
-Vincent

 Vincent Massol  wrote: Hi Gabriela,

 On Apr 29, 2008, at 12:21 PM, Gabriela Radu wrote:

 hello
 i am looking at how the search property is created in xwiki because
 i wanna make my own search for a specific space. does anyone know
 where does the function for this operation has to be written.  what
 i can tell so far... i found the search tag in more .vm files, like:
 global.vm, suggest, viewtoolbar etc but still don;t know where can i
 writte my own code.
 if u know something give a buzz. thanks:)

 No need to look at vm files at all. It's actually much simpler :)

 The best is for you to look at your Main.WebSearch or
 Main.LuceneSearch page in your wiki (just edit them in wiki mode).

 Alternatively you can look at how it's done on xwiki.org for the FAQ
 space for example:

 http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
 http://www.xwiki.org/xwiki/bin/view/FAQ/FAQSearch?viewer=code

 Thanks
 -Vincent
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users






Take care ,
Gabriela Radu :)
www.gabrielaradu.com


   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] create my own search...

2008-05-01 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Gabriela,

Gabriela Radu wrote:
 hi
 i have used the Lucene Search but it does not show me the results.
 is there some code in Xwiki.Results that i have no access at?
 thx

I am a bit lost with the problem you are describing. Please, are you 
talking about Lucene in xwiki.org site or Lucene in your own site?

As for xwiki.org, it is working fine right now. Here you can see a 
snaphot of the results looking for box as in  
http://www.xwiki.org/xwiki/bin/view/FAQ/FAQSearch?text=box just a couple 
of minutes ago...

http://tinyurl.com/6fkww7

if you are talking about Lucene in your own site, please, consider the 
following...

http://code.xwiki.org/xwiki/bin/view/Plugins/LucenePlugin

Even though the plugin is loaded by default, the three required 
parameters are commented out in the defaul xwiki.cfg file (at least this 
is true working with XE 1.3.8295.

Hope this helps,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] create my own search...

2008-04-30 Thread Gabriela Radu
hey.
i have followed the guidence from the links but it does not show any result. i 
am sure i am doing something wrong, ...but on the website the search form 
didn't work either. or i am doing something wrong tthere..:-| i have put the 
word box in the search tag (on the website: 
http://www.xwiki.org/xwiki/bin/view/FAQ/ ) i am writing the word:'box' or 'faq' 
and there is no result either. do you know the problem here? it should have 
searched in the current page for one.. cause the words are from there...but no 
luck.
thx

Vincent Massol [EMAIL PROTECTED] wrote: Hi Gabriela,

On Apr 29, 2008, at 12:21 PM, Gabriela Radu wrote:

 hello
 i am looking at how the search property is created in xwiki because  
 i wanna make my own search for a specific space. does anyone know  
 where does the function for this operation has to be written.  what  
 i can tell so far... i found the search tag in more .vm files, like:  
 global.vm, suggest, viewtoolbar etc but still don;t know where can i  
 writte my own code.
 if u know something give a buzz. thanks:)

No need to look at vm files at all. It's actually much simpler :)

The best is for you to look at your Main.WebSearch or  
Main.LuceneSearch page in your wiki (just edit them in wiki mode).

Alternatively you can look at how it's done on xwiki.org for the FAQ  
space for example:

http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
http://www.xwiki.org/xwiki/bin/view/FAQ/FAQSearch?viewer=code

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users






Take care ,
Gabriela Radu :)
www.gabrielaradu.com


   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] create my own search

2008-04-29 Thread Vincent Massol
Hi Gabriela,

On Apr 29, 2008, at 12:21 PM, Gabriela Radu wrote:

 hello
 i am looking at how the search property is created in xwiki because  
 i wanna make my own search for a specific space. does anyone know  
 where does the function for this operation has to be written.  what  
 i can tell so far... i found the search tag in more .vm files, like:  
 global.vm, suggest, viewtoolbar etc but still don;t know where can i  
 writte my own code.
 if u know something give a buzz. thanks:)

No need to look at vm files at all. It's actually much simpler :)

The best is for you to look at your Main.WebSearch or  
Main.LuceneSearch page in your wiki (just edit them in wiki mode).

Alternatively you can look at how it's done on xwiki.org for the FAQ  
space for example:

http://www.xwiki.org/xwiki/bin/view/FAQ/?viewer=code
http://www.xwiki.org/xwiki/bin/view/FAQ/FAQSearch?viewer=code

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users