[dataparksearch] [Forum] Re: some Help for result listing

2008-10-21 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: dearste
Subject: Re: some Help for result listing

the max value for pop_rank is 1?
there are other parameter i can touch for more accurate results?
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319;page=2



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-21 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: some Help for result listing

Adjust means either increase or decrease the value of url.pop_rank, so the 
example is:

UPDATE url SET pop_rank = pop_rank + 0.1 WHERE url='http://www.site.ext/';

or to set the maximal value:

UPDATE url SET pop_rank = 1 WHERE url='http://www.site.ext/';

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319;page=2



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-21 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: dearste
Subject: Re: some Help for result listing

> At 10:36:04  21/10/08, Maxime wrote:
>Yes, you can adjust url.pop_rank value with any your own script. But you need 
>to execute "indexer -TW" command to write down update URL unfo and send -HUP 
>signal to searchd to reload updated data.


Can make me an example for adjust url.pop_rank?
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319;reply=1224570964



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-20 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: some Help for result listing

Yes, you can adjust url.pop_rank value with any your own script. But you need 
to execute "indexer -TW" command to write down update URL unfo and send -HUP 
signal to searchd to reload updated data.

You can install over existing installation. You don't need to delete anything 
to to so.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-20 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: dearste
Subject: Re: some Help for result listing

> At 20:28:28  20/10/08, Maxime wrote:
>This function isn't  related to the result ordering. I use it to track clicks 
>on document position in the SERP of 43n39e.ru.
>


Is possible use this function for add more rank to a site?
in c.pl i can query the database adding more popularity.
Is possible?

[quoted]
Perhaps, you would be interested to rebuild dpsearch with --enable-pophops 
option for configure which take hops value in account for PopularityRank 
calculation.
With --with-pophopsfactor=x option for configure, where x is the weight for 
hops value, you can adjust how the hops value affects popularity rank.
[/quoted]

For this I need to rebuilt dp serach?
I need to delete old installation, how?
Thanx
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319;reply=1224520108



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-20 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: some Help for result listing

This function isn't  related to the result ordering. I use it to track clicks 
on document position in the SERP of 43n39e.ru.

Perhaps, you would be interested to rebuild dpsearch with --enable-pophops 
option for configure which take hops value in account for PopularityRank 
calculation.
With --with-pophopsfactor=x option for configure, where x is the weight for 
hops value, you can adjust how the hops value affects popularity rank.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-20 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: dearste
Subject: Re: some Help for result listing

> At 12:50:02  20/10/08, Maxime wrote:
>The only way to influent result ordering directly is to disable PopRank 
>calculation, assign your own url.pop_rank values and then use &s=PR 
>CGI-parameter for sorting.
>
>Have you enabled the support for Crosswords ? 
>To do this, you need to put "Crosswords yes" command into both indexer.conf 
>and search.htm/searchd.conf files, add "crosswords" section into your 
>sections.conf file and reindex all pages with new settings. 

Thanks so much maxime.
I will try to add crosswords option.

in sample folder of dp release i have found this function:

 function clk(id,pos){(new 
Image()).src="/cgi-bin/c.pl?id="+id+"&pos="+pos;return true;}

What does it work?
c.pl is used for add more rank?
How can i do for implement this in my site?

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319;reply=1224492602



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-20 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: some Help for result listing

The only way to influent result ordering directly is to disable PopRank 
calculation, assign your own url.pop_rank values and then use &s=PR 
CGI-parameter for sorting.

Have you enabled the support for Crosswords ? 
To do this, you need to put "Crosswords yes" command into both indexer.conf and 
search.htm/searchd.conf files, add "crosswords" section into your sections.conf 
file and reindex all pages with new settings. 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-20 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: dearste
Subject: Re: some Help for result listing

> At 02:19:01  18/10/08, Maxime wrote:
>Have you set "CollectLinks yes" option in your indexer.conf before indexing ?
>
>Have you executed "indexer -TW" after indxeing had been done ?


Sure sir!
CollectLinks yes, and ./indexer -TW after index.
but i the first result is not the mail URL...

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319;reply=1224281941



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-17 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: some Help for result listing

Have you set "CollectLinks yes" option in your indexer.conf before indexing ?

Have you executed "indexer -TW" after indxeing had been done ?
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-17 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: dearste
Subject: Re: some Help for result listing

> At 00:50:11  18/10/08, Maxime wrote:
>What result sorting option do you use ?
>Try &s=IRPD, whether it looks better ?


i'm using by relevance.
but using &s=IRPD nothing happen!.
same results orded...
more suggestions?
Thx.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319;reply=1224276611



[dataparksearch] [Forum] Re: some Help for result listing

2008-10-17 Пенетрантность DataparkSearchForum
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: some Help for result listing

What result sorting option do you use ?
Try &s=IRPD, whether it looks better ?
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1224188319