Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #511  
Old 01-30-2008, 11:41 PM
jwksite jwksite is offline
 
Join Date: Jan 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TECK View Post
If it is a community forum for sharing, why they allow here paid services?
Well, for one, they allow REQUESTS for paid services, and those have specific forums you must post in. Coming into this topic and throwing stats around is a sales pitch, and if I had to interpret the Site Rules myself, I would say that's not allowed.

You have every right to try and sell your services, just not on vB.org.

Quote:
# No posting messages anywhere on this site that are primarily for the promotion or advertising of any website, forums, email address, business, MLM, activity, or other entities that you have an affiliation with (ie. no self-promotion).
Quote:
Discussion of commercial modifications is permitted on the forums at vBulletin.org as long as they are discussed with no promotion. Any promotional threads will be closed and/or deleted on sight.

1. Promotion of commercial modifications is not allowed.
2. Commercial modification authors are not permitted to create threads regarding their own products or promote their products in any way, shape or form, or to encourage another user to do so.
--------------- Added [DATE]1201743870[/DATE] at [TIME]1201743870[/TIME] ---------------

.... And I feel silly for somehow missing the last two pages of posts bashing on TECK. Wasn't trying to bring it back up, sorry! (I really just thought that page 35 was the last page.. haha)
Reply With Quote
  #512  
Old 02-18-2008, 08:05 PM
Simetrical Simetrical is offline
 
Join Date: Nov 2006
Location: New York City
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xorlev View Post
It currently supports non-exact checking. The nice thing about sphinx filters is you can pass it an array.

I'm actually working on it right now. Mostly I just ripped out vBulletin's search completely rather than the conditional "is the query blank or not?" and handling with vB's or Sphinx. Right now I'm working on adding the features sphinx.php lacks from the advanced search as well as all the sorting modes. If it's on the advanced search page, I'll add it.

After that it's most likely sanity checking to make sure it's all working.

Coventry: All we want to do is exclude posts/threads from userids in the list, right?
How's progress on this?

Edit: Actually, I got the instructions from earlier working, hurrah. I haven't seen any problems yet.
Reply With Quote
  #513  
Old 02-27-2008, 04:39 PM
andrewkhunn andrewkhunn is offline
 
Join Date: Feb 2007
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any update Xorlev? Hoping that something concrete emerges before 3.7 is released into the wild.
Reply With Quote
  #514  
Old 03-03-2008, 12:30 AM
NickCat NickCat is offline
 
Join Date: Mar 2002
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just set up 0.9.8 on my 3.6.8 forum (nasioc.com) and we have just over 20 million posts. So far the performance increase is night and day. I'm using the sphinx.php from weeno and everything seems to be working well.

There is a results issue I can't quite understand.

I have a max_results of 5000 in my sphinx.conf, and my vbulletin is set to display 2500 results.

When I search a very common word (raw results from search on fulltext are 982507) on my site and display the results as threads, I get about 581 results. If I search the same term and display as posts I get the full 2500 results. I'm presuming this is because it's finding raw posts with my word in it and condensing that 2500 posts by grouping them into the proper threads. Is that correct?

Is there anyway to ask sphinx to actually return 2500 threads instead?

Otherwise things seem to be running quite smoothly... to have gone from searches that were taking upwards of 60 seconds to this is a dream come true. Now it's just a matter of working out the kinks.

Has anyone produced a newer example sphinx.php for 0.9.8 yet?
Reply With Quote
  #515  
Old 03-03-2008, 06:21 AM
mlx's Avatar
mlx mlx is offline
 
Join Date: Jan 2002
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NickCat View Post
Is there anyway to ask sphinx to actually return 2500 threads instead?
Yes, there is. You need to group the results by threadid.

https://vborg.vbsupport.ru/showpost....&postcount=430
https://vborg.vbsupport.ru/showpost....&postcount=432
Reply With Quote
  #516  
Old 03-03-2008, 02:15 PM
NickCat NickCat is offline
 
Join Date: Mar 2002
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mlx View Post
Thanks...

I just added this snippet from your file to the one I'm using:

Code:
if (!$vbulletin->GPC['showposts'] && $vbulletin->GPC['searchthreadid'] == 0 && $vbulletin->GPC['titleonly'] == 0)
{
    // show results as threads
    $cl->SetGroupBy('threadid', SPH_GROUPBY_ATTR);
    // end show results as threads
}
That's pulling the proper number of results now. How else does that affect the search though since the results it's pulling seem to be much different. I'm comparing the new and old version of the sphinx.php.

And since moving to 0.9.8 from 0.9.7 I'm getting the following warnings when I start searchd:
Code:
WARNING: key 'strip_html' is deprecated in /etc/sphinx.conf line 12; use 'html_strip (per-index)' instead.
WARNING: key 'sql_group_column' is deprecated in /etc/sphinx.conf line 28; use 'sql_attr_uint' instead.
sql_group_column looks like I just rename any instances to sql_attr_uint, but strip_html looks like the new command html_strip might want some sort of other variable.

Or does anyone just have an updated 0.9.8 sphinx.conf file to share?
Reply With Quote
  #517  
Old 03-13-2008, 12:53 AM
Kevlar's Avatar
Kevlar Kevlar is offline
 
Join Date: Nov 2001
Location: Ft. Lauderdale, FL.
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anybody had any problems with certain users not getting indexed in particualr forums? i.e. I have one user and if you search for his name anywhere on the forum, it works fine, unless you search in one particular forum... and then it comes up blank.

Also... I have an issue where a particular user was indexed up until 2/28/08 ... but then nothing between 2/28/08 and today (3/12/08).

Finally ... is there anyway to search for the term "K&N" ... if I try to search it now it comes up blank.

Thoughts?
Reply With Quote
  #518  
Old 03-13-2008, 03:34 PM
Kevlar's Avatar
Kevlar Kevlar is offline
 
Join Date: Nov 2001
Location: Ft. Lauderdale, FL.
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TECK View Post
Look at the html code, does it have an ampersand?
I can search fine for "K&N", on my test forums. I can also search with no problems in a specific forum for a specific username.
When I try to search for K&N ... I get sorry, no matches.

In regrads to the username problem... for some reason, that user, in a certain forum just didn't get indexed. If I search for him in any other forum, all his posts show up fine.

Also... a different user for some reason did not get indexed between 2/28/08 and yesterday 3/12/08.
Reply With Quote
  #519  
Old 03-14-2008, 07:04 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thread cleaned from all posts discussing TECK's commercial venture.
Reply With Quote
  #520  
Old 03-14-2008, 08:18 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Off topic post also removed, stick to the subject please.
Reply With Quote
Reply


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 11:26 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.06532 seconds
  • Memory Usage 2,292KB
  • Queries Executed 14 (?)
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
  • (2)bbcode_code
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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