[xwiki-users] Lucene-Search on xwiki.org
Hi all, Please compare: http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac... http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances Is that a setting issue or a plugin issue? Cheers, Squirrel
squirrely_wrath wrote:
Hi all,
Please compare:
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac... http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances
Hi all, I searched again and now I got the result, but I got it twice and with different score value. The score value did even change by searching again (changed 1% each). See for yourself (I hope you get the same result): http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac... Just to let you know... Cheers, Squirrel -- View this message in context: http://www.nabble.com/Lucene-Search-on-xwiki.org-tp16563493p16734014.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Squirrel, thanks for your feedback & patience. We're aware the Lucene Search currently sucks on XWiki.org. It might be because the Lucene Index got corrupted at one point (we're doing a lot of live testing on the xwiki.org platform and it sometimes leads to ... well, this :-) ) In the meantime you can replace /view/Main/LuceneSearch with view/Main/WebSearch in the search page URL to get basic HQL results. Not as nice, but it works. Thanks again, Guillaume On Wed, Apr 16, 2008 at 11:32 PM, squirrely_wrath <[email protected]> wrote:
squirrely_wrath wrote:
Hi all,
Please compare:
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac...
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances
Hi all,
I searched again and now I got the result, but I got it twice and with different score value. The score value did even change by searching again (changed 1% each). See for yourself (I hope you get the same result):
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac...
Just to let you know...
Cheers, Squirrel
-- View this message in context: http://www.nabble.com/Lucene-Search-on-xwiki.org-tp16563493p16734014.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Guillaume, Guillaume Lerouge wrote:
Hi Squirrel, thanks for your feedback & patience.
We're aware the Lucene Search currently sucks on XWiki.org. It might be because the Lucene Index got corrupted at one point (we're doing a lot of live testing on the xwiki.org platform and it sometimes leads to ... well, this :-) )
In the meantime you can replace /view/Main/LuceneSearch with view/Main/WebSearch in the search page URL to get basic HQL results. Not as nice, but it works.
Thanks again,
Guillaume
Don't you thing that it could be advisable to add some kind of warning in Main.LuceneSearch of put back the Go... pointing to Main.WebSearch in the meantime? I'm afraid many people lost patience easily! :-) I see the #warning in Main.LuceneSearch code, but it is within an #if. I don't know why. Cheers, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
On Apr 16, 2008, at 11:32 PM, squirrely_wrath wrote:
squirrely_wrath wrote:
Hi all,
Please compare:
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac... http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances
Hi all,
I searched again and now I got the result, but I got it twice and with different score value. The score value did even change by searching again (changed 1% each). See for yourself (I hope you get the same result): http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac...
Just to let you know...
That's "normal"... See http://jira.xwiki.org/jira/browse/XPLUCENE-5 and http://jira.xwiki.org/jira/browse/XPLUCENE-8 Thanks -Vincent
On Apr 16, 2008, at 11:36 PM, Guillaume Lerouge wrote:
Hi Squirrel, thanks for your feedback & patience.
We're aware the Lucene Search currently sucks on XWiki.org.
It seems to be working, no?
It might be because the Lucene Index got corrupted at one point (we're doing a lot of live testing on the xwiki.org platform and it sometimes leads to ... well, this :-) )
In the meantime you can replace /view/Main/LuceneSearch with view/Main/WebSearch in the search page URL to get basic HQL results. Not as nice, but it works.
Yes this solution will only search within a single wiki and not across all xwiki.org wikis. -Vincent
On Wed, Apr 16, 2008 at 11:32 PM, squirrely_wrath <[email protected]
wrote:
squirrely_wrath wrote:
Hi all,
Please compare:
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac...
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances
Hi all,
I searched again and now I got the result, but I got it twice and with different score value. The score value did even change by searching again (changed 1% each). See for yourself (I hope you get the same result):
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=Performances&spac...
Just to let you know...
Cheers, Squirrel
-- View this message in context: http://www.nabble.com/Lucene-Search-on-xwiki.org-tp16563493p16734014.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- http://wikibc.blogspot.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Apr 17, 2008, at 12:14 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi Guillaume,
Guillaume Lerouge wrote:
Hi Squirrel, thanks for your feedback & patience.
We're aware the Lucene Search currently sucks on XWiki.org. It might be because the Lucene Index got corrupted at one point (we're doing a lot of live testing on the xwiki.org platform and it sometimes leads to ... well, this :-) )
In the meantime you can replace /view/Main/LuceneSearch with view/Main/WebSearch in the search page URL to get basic HQL results. Not as nice, but it works.
Thanks again,
Guillaume
Don't you thing that it could be advisable to add some kind of warning in Main.LuceneSearch of put back the Go... pointing to Main.WebSearch in the meantime? I'm afraid many people lost patience easily! :-)
What's not working? Thanks -Vincent
I see the #warning in Main.LuceneSearch code, but it is within an #if. I don't know why.
Cheers,
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi,
What's not working?
Thanks -Vincent
For instance a few days ago a search on the term "API" didn't yield any results. It now returns a bunch of pages though, so I guess something started working better in the meantime. I'll take screenshots of the page the next time something like this happens ;-) Guillaume
On Apr 17, 2008, at 10:42 AM, Guillaume Lerouge wrote:
Hi,
What's not working?
Thanks -Vincent
For instance a few days ago a search on the term "API" didn't yield any results. It now returns a bunch of pages though, so I guess something started working better in the meantime.
I know that but we fixed it. However you were implying that it's not fixed which is why I'm asking: "what is not working now?" :) Thanks -Vincent
I'll take screenshots of the page the next time something like this happens ;-)
Guillaume
Guys, I just tried it again and now I don't get any result. You can try it with "Performances" or "Gzip compression" which you can find here: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances Tell me if I shouldn't bother you with such infos... Cheers, Squirrel On Thu, Apr 17, 2008 at 6:27 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team <[email protected]> wrote:
Hei guys, it is working fine now! Great! :-)
Thanks!
Ricardo
Vincent Massol wrote:
On Apr 17, 2008, at 10:42 AM, Guillaume Lerouge wrote:
Hi,
What's not working?
Thanks -Vincent
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, Squirrel wrote:
Guys,
I just tried it again and now I don't get any result. You can try it with "Performances" or "Gzip compression" which you can find here: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances
Tell me if I shouldn't bother you with such infos...
Cheers, Squirrel
I am getting the same result: nothing. There area at least four or five days that I am seeing this. I don't know, Vicent, but it could be perhaps advisable to use WebSearch until Lucene is not working fine :-( Or perhaps could the issue be browser-side related? Thanks! Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
On Apr 26, 2008, at 1:19 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi,
Squirrel wrote:
Guys,
I just tried it again and now I don't get any result. You can try it with "Performances" or "Gzip compression" which you can find here: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances
Tell me if I shouldn't bother you with such infos...
Cheers, Squirrel
I am getting the same result: nothing. There area at least four or five days that I am seeing this.
I don't know, Vicent, but it could be perhaps advisable to use WebSearch until Lucene is not working fine :-(
I know what the pb is but I don't know why. It works if you're logged in as Admin or not logged in at all but it doesn't work if you're logged in as a simple user for some reason. For verifying this try logging out as guest and it should work. Now we need to understand why and fix it. Thanks -Vincent
Hi, Vincent Massol wrote:
I know what the pb is but I don't know why.
It works if you're logged in as Admin or not logged in at all but it doesn't work if you're logged in as a simple user for some reason.
For verifying this try logging out as guest and it should work.
Now we need to understand why and fix it.
Thanks -Vincent
Yes, it works when I search as guest. But still LuceneSearch and WebSearch are producing different results. As far as I understand, this is an expected behaviour as Lucene can search all wikis. But, please, compare for instance the output of these two queries: http://www.xwiki.org/xwiki/bin/view/Main/WebSearch?text=XWikiServer&space=Al... http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=XWikiServer&space... Why does WebSearch produce a list with 7 items and Lucene only 1? Even more, the item in the answer from Lucene is not included in the list from WebSearch. I hope this makes some sense for you. Greetings, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
participants (5)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Guillaume Lerouge -
Squirrel -
squirrely_wrath -
Vincent Massol