Go Back   vb.org Archive > Community Discussions > Forum and Server Management
  #631  
Old 10-27-2008, 02:44 PM
ALanJay ALanJay is offline
 
Join Date: Jun 2002
Location: London
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Noticed recently that if you want search on any punctuation the default settings only include in the index letters if you change in your sphinx.conf

charset_type = sbcs
charset_table = 0..9, A..Z->a..z, +, &, _, a..z

it will search on letters / numbers + & _ obviously you can add other characters if you want to search on them.
Reply With Quote
  #632  
Old 11-17-2008, 03:04 PM
LauraS LauraS is offline
 
Join Date: Jun 2004
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Running into a problem with sphinx in terms of getting statistics for users. Whenever I try to click on Find all posts by username or Find all threads started by username in the statistics section for a user I always get the following message back:

1. Sorry - no matches. Please try some different terms. %1$s

Any of you guys have any ideas? I know for a face there are threads/posts for the user I'm analyzing. Almost looks like something isn't being escaped out in the sphinx code. I installed sphinx using the plugin method with search_sphinx.php file. Normal search on site seems to work. It's just seems messed up when trying to analyze user stats.

Running vbulletin 3.7.3 and sphinx 0.9.8.1.

My output when I run all the indexing:

indexing index 'post'...
collected 27212 docs, 22.0 MB
sorted 3.0 Mhits, 100.0% done
total 27212 docs, 22008013 bytes
total 4.702 sec, 4680607.00 bytes/sec, 5787.38 docs/sec
indexing index 'postdelta'...
collected 0 docs, 0.0 MB
total 0 docs, 0 bytes
total 0.010 sec, 0.00 bytes/sec, 0.00 docs/sec
indexing index 'thread'...
collected 7214 docs, 0.2 MB
sorted 0.0 Mhits, 100.0% done
total 7214 docs, 195938 bytes
total 0.116 sec, 1687564.25 bytes/sec, 62132.35 docs/sec
indexing index 'threaddelta'...
collected 0 docs, 0.0 MB
total 0 docs, 0 bytes
total 0.010 sec, 0.00 bytes/sec, 0.00 docs/sec
distributed index 'fulltext' can not be directly indexed; skipping.
distributed index 'threadtitles' can not be directly indexed; skipping.
rotating indices: succesfully sent SIGHUP to searchd (pid=30404).

Danny
Reply With Quote
  #633  
Old 12-11-2008, 10:38 AM
Deriel Deriel is offline
 
Join Date: May 2005
Location: Curitiba/PR - Brazil
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LauraS View Post
1. Sorry - no matches. Please try some different terms. %1$s
This will sound ridiculous (and it is, but...): I simply upgraded to 0.9.9 and the message is gone
Reply With Quote
  #634  
Old 12-19-2008, 02:05 PM
LauraS LauraS is offline
 
Join Date: Jun 2004
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deriel View Post
This will sound ridiculous (and it is, but...): I simply upgraded to 0.9.9 and the message is gone
Thanks Deriel. When it becomes stable we will probably install it.

Danny
Reply With Quote
  #635  
Old 01-01-2009, 03:49 AM
mute mute is offline
 
Join Date: Dec 2002
Location: Phoenixville, PA
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So.. looks like Jelsoft backed down from supporting Sphinx in 4.0. Frankly I'm pretty disappointed, I honestly don't see how in the past how many years now that we've been running Sphinx that they couldn't at least unofficially support it like they do memcache, etc.

For us it means we've got to wait even longer to even begin thinking about upgrading to 4.0 when it comes out, until someone has a Sphinx implementation that a) doesn't cost thousands, and b) is able to replicate stock functionality more closely than the current one does.
Reply With Quote
  #636  
Old 01-01-2009, 11:53 AM
TechGuy TechGuy is offline
 
Join Date: Nov 2001
Location: Waynesboro, PA USA
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is a huge disappointment. Are they planning on doing something else with search? I mean, they've got to know there's a growing number of big boards!
Reply With Quote
  #637  
Old 01-01-2009, 02:33 PM
mute mute is offline
 
Join Date: Dec 2002
Location: Phoenixville, PA
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TechGuy View Post
That is a huge disappointment. Are they planning on doing something else with search? I mean, they've got to know there's a growing number of big boards!
From what I gather, there are "improvements" in the search (front end functionality I assume) on the way for 4.0, but a Sphinx backend won't be even unofficially supported in 4.0.

As I've stated over in the 4.0 discussion thread, I'm pretty flabberghasted that they haven't found the time to bang something out since we started using Sphinx in 2006. I simply can't run a version of vBulletin that does not have a Sphinx enabled search hack available (even if the one I'm currently running is a little wonky).
Reply With Quote
  #638  
Old 01-02-2009, 12:09 PM
Simetrical Simetrical is offline
 
Join Date: Nov 2006
Location: New York City
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TechGuy View Post
That is a huge disappointment. Are they planning on doing something else with search? I mean, they've got to know there's a growing number of big boards!
They've said they'll make a search API that should make extensions that support Sphinx (or Lucene, etc.) considerably easier to write.
Quote:
Originally Posted by mute View Post
As I've stated over in the 4.0 discussion thread, I'm pretty flabberghasted that they haven't found the time to bang something out since we started using Sphinx in 2006.
Don't be. People running large sites are a small percentage of their customer base. They can't weigh our needs too heavily in the scheme of things: they need to focus on the ones who give them the most money.
Reply With Quote
  #639  
Old 01-02-2009, 12:17 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mute View Post
From what I gather, there are "improvements" in the search (front end functionality I assume) on the way for 4.0, but a Sphinx backend won't be even unofficially supported in 4.0.
Its more than "improvements", the entire search architecture is being refactored and rewritten to be more scalable.
Reply With Quote
  #640  
Old 01-13-2009, 10:27 PM
tmc tmc is offline
 
Join Date: May 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, this basically isn't working for me at all.. It's pretty unfortunate.

Any hope of an update for 3.8?

I get the same problems with User search as the people above, but sorting just doesn't work at all like it should.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04467 seconds
  • Memory Usage 2,272KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete