Re: lists.debian.org/search.html nie działa poprawn ie?

2001-06-23 Wątek Piotr Krukowiecki
On Sat, 23 Jun 2001, Michal Politowski wrote:

> On Sat, 23 Jun 2001 12:03:24 +0200, Piotr Krukowiecki wrote:
> > On Sat, 23 Jun 2001, Michal Politowski wrote:
> [...]
> > > Wygląda to na "feature" glimpse'a.
> [...]
> > Zauważ '-w' czyli 'match on complete words'. Nie wiem jak to jest
> > robione przy przeszukiwaniu archiwów. Jeśli nie dają '-w', to powinien 
> > znaleźć wyrażenie...
> > A jeśli dają to to jest imo błąd.
> 
> Nie dają (dla partial match); odszczekuję to co napisałem.
> W BUGS jest:
> In some rare cases, regular expressions using * or # may not match correctly.
> Ale ta dokumentacja też jest ciekawa.
> Z jednej strony -w 'does not work with regular expressions.'
> z drugiej to co bez sensu zacytowałem wcześniej.
> 
> Generalnie wrażenia są dziwne. Np. dlaczego samo postgres (z partial match)
> znajduje 8 listów, ale tylko jeden z tych trzech, które daje
> experimental;postgres, za to bez partial match znajduje 9 innych?

A tyle szukali dobrego systemu indeksującego (czy może to było dla
stron www?) :)

Ostatnio powstało nowe archiwum list dyskusyjnych debiana -
http://www.javien.org/
Niestety też nie oferuje dużych możliwości :(


-- 
Piotrek
irc: #Debian.pl



Re: lists.debian.org/search.html nie działa poprawn ie?

2001-06-23 Wątek Piotr Krukowiecki
On Sat, 23 Jun 2001, Piotr Krukowiecki wrote:

> On Sat, 23 Jun 2001, Piotr Krukowiecki wrote:
> 
> > On Sat, 23 Jun 2001, Michal Politowski wrote:
> > 
> > > On Sat, 23 Jun 2001 11:28:34 +0200, Piotr Krukowiecki wrote:
> > > > Szukanie np.
> > > > experimental;postgresql
> > > > w debian-user zwraca 3 rezultaty.
> > > > 
> > > > Szukanie 
> > > > experimental;postgres.*
> > > > zwraca 0, co w.g mnie nie jest poprawne. 
> > > > Czy to ja robię coś nie tak, czy to wina systemu ?
> > > 
> > > Wygląda to na "feature" glimpse'a.
> > > http://lists.debian.org/glimpse.html:
> > >Since the index is word based, a regular expression must match words 
> > > that 
> > >appear in the index for glimpse to find it.
> > >Glimpse first strips the regular expression from all non-alphabetic 
> > >characters, and searches the index for all remaining
> > >words. It then applies the regular expression matching algorithm to 
> > > the 
> > >files found in the index. For example, glimpse
> > >`abc.*xyz' will search the index for all files that contain both `abc' 
> > >and `xyz', and then search directly for `abc.*xyz'
> > >in those files. (If you use glimpse -w `abc.*xyz', then `abcxyz' will 
> > > 
> > >not be found, because glimpse will think that abc
> > >^
> > >and xyz need to be matches to whole words.)
> > 
> > Zauważ '-w' czyli 'match on complete words'. Nie wiem jak to jest
> > robione przy przeszukiwaniu archiwów. Jeśli nie dają '-w', to powinien 
> > znaleźć wyrażenie...
> > A jeśli dają to to jest imo błąd.
> 
> Aha, pole 'partial match' mam zanaczone.

Odpowiadam sobię :)

Działa szukanie przez
experimental;postgres

Wolałbym regexpy...


-- 
Piotrek
irc: #Debian.pl



Re: lists.debian.org/search.html nie działa poprawn ie?

2001-06-23 Wątek Piotr Krukowiecki
On Sat, 23 Jun 2001, Piotr Krukowiecki wrote:

> On Sat, 23 Jun 2001, Michal Politowski wrote:
> 
> > On Sat, 23 Jun 2001 11:28:34 +0200, Piotr Krukowiecki wrote:
> > > Szukanie np.
> > > experimental;postgresql
> > > w debian-user zwraca 3 rezultaty.
> > > 
> > > Szukanie 
> > > experimental;postgres.*
> > > zwraca 0, co w.g mnie nie jest poprawne. 
> > > Czy to ja robię coś nie tak, czy to wina systemu ?
> > 
> > Wygląda to na "feature" glimpse'a.
> > http://lists.debian.org/glimpse.html:
> >Since the index is word based, a regular expression must match words 
> > that 
> >appear in the index for glimpse to find it.
> >Glimpse first strips the regular expression from all non-alphabetic 
> >characters, and searches the index for all remaining
> >words. It then applies the regular expression matching algorithm to the 
> >files found in the index. For example, glimpse
> >`abc.*xyz' will search the index for all files that contain both `abc' 
> >and `xyz', and then search directly for `abc.*xyz'
> >in those files. (If you use glimpse -w `abc.*xyz', then `abcxyz' will 
> > 
> >not be found, because glimpse will think that abc
> >^
> >and xyz need to be matches to whole words.)
> 
> Zauważ '-w' czyli 'match on complete words'. Nie wiem jak to jest
> robione przy przeszukiwaniu archiwów. Jeśli nie dają '-w', to powinien 
> znaleźć wyrażenie...
> A jeśli dają to to jest imo błąd.

Aha, pole 'partial match' mam zanaczone.


-- 
Piotrek
irc: #Debian.pl



Re: lists.debian.org/search.html nie działa poprawn ie?

2001-06-23 Wątek Piotr Krukowiecki
On Sat, 23 Jun 2001, Michal Politowski wrote:

> On Sat, 23 Jun 2001 11:28:34 +0200, Piotr Krukowiecki wrote:
> > Szukanie np.
> > experimental;postgresql
> > w debian-user zwraca 3 rezultaty.
> > 
> > Szukanie 
> > experimental;postgres.*
> > zwraca 0, co w.g mnie nie jest poprawne. 
> > Czy to ja robię coś nie tak, czy to wina systemu ?
> 
> Wygląda to na "feature" glimpse'a.
> http://lists.debian.org/glimpse.html:
>Since the index is word based, a regular expression must match words that 
>appear in the index for glimpse to find it.
>Glimpse first strips the regular expression from all non-alphabetic 
>characters, and searches the index for all remaining
>words. It then applies the regular expression matching algorithm to the 
>files found in the index. For example, glimpse
>`abc.*xyz' will search the index for all files that contain both `abc' 
>and `xyz', and then search directly for `abc.*xyz'
>in those files. (If you use glimpse -w `abc.*xyz', then `abcxyz' will 
> 
>not be found, because glimpse will think that abc
>^
>and xyz need to be matches to whole words.)

Zauważ '-w' czyli 'match on complete words'. Nie wiem jak to jest
robione przy przeszukiwaniu archiwów. Jeśli nie dają '-w', to powinien 
znaleźć wyrażenie...
A jeśli dają to to jest imo błąd.


-- 
Piotrek
irc: #Debian.pl



lists.debian.org/search.html nie działa poprawn ie?

2001-06-23 Wątek Piotr Krukowiecki
Hej

Szukanie np.
experimental;postgresql
w debian-user zwraca 3 rezultaty.

Szukanie 
experimental;postgres.*
zwraca 0, co w.g mnie nie jest poprawne. 
Czy to ja robię coś nie tak, czy to wina systemu ?


-- 
Piotrek
irc: #Debian.pl