Displaying 20 results from an estimated 10000 matches similar to: ""netbios name" parameter"
2025 May 15
1
"netbios name" parameter
With the obsolescence of NetBIOS, maybe it's time, for the sake of clarity
and precision, to introduce a synonym like "short host name" to the "netbios
name" parameter, which would eventually be phased out in the future.
As it is now, the "netbios name" parameter is the only way to refer to the
short form of the host name, which doesn't seem to be very
2012 Jan 05
1
Enhance synonyms feature of the query parser (patch included)
Very few people seem to be using synonym in Xapian, I recently found some problems in the use of synonyms.
Normally, I think we should not contain any prefix info in synonym table except that 'Z'.
For example, I have the following synonyms and prefix info:
db.add_synonym("search", "find");
db.add_synonym("Zsearch", "Zfind");
2016 Jan 05
0
synonym expansion for boolean prefixes.
On Sun, Dec 27, 2015 at 11:24:36PM -0400, David Bremner wrote:
> I have an application for synonyms for tags in in notmuch, which means
> synonym expansion for a particular boolean prefix. I have a vague memory
> of Olly telling me this doesn't work, but I'm not sure about the
> details.
Yes, synonym expansion isn't done for boolean terms (only "probabilistic
2008 Feb 22
0
Association to indicate synonyms
Which is the better way to indicating synonyms into a table? But I''d
get all those synonyms together to the main table. Althought if is
choosed a synonym I''d that it were directed to the object of the main
table.
I don''t know if a polymorphic association could be helpful in this
case. Any help please?
-------------
create_table :words do |t|
t.string :name
t.string
2011 Jul 28
1
Xapian and Synonyms
Hi guys
I've just had a thought about something we do with our search on
ReportBuyer.com: we cater for both American and British English in our
searches and we have had plans for a while now to implement something
that allows users to find 'colour' and 'color', 'tap' and 'faucet' by
doing some clever programming.
Looking at the Xapian docs, though, it appears
2009 Aug 15
1
extracting text from wordnet using synonym()
Dear group,
There are postings on extracting partial string using sub()/gsub()/gsubfn()
but I still couldn't figure this one out. Supposed I am pulling the
synonyms of "help" using synonyms("help") from wordnet and get the
followings:
> synonyms("help")
[1] "c(\"aid\", \"assist\", \"assistance\", \"help\")"
2007 Jul 07
2
Extending/Modifying QueryParser
Hi,
I''ve implemented synonym searching in my rails application but have
an idea I''d like to implement but can''t figure out how to do. The
idea is that I''d like to give the end user the choice on whether to
search for the synonym of a word or not. Preferably by extending the
query language to parse a construct similar to ''%word1'' and
2011 Sep 23
2
understanding stemming and synonyms
I am working with version 1.2.7 and want to use stemming and synonyms.
I use the perl-bindings and get some problems.
First of all: the perl-bindings dont allow the QueryParser a third
argument when calling parse_query! So i cannot set a default prefix
(which perhaps is the solution to my problem, but later more)
i have a simple testcase:
3 documents, every document only has one word:
2015 Dec 28
3
synonym expansion for boolean prefixes.
I have an application for synonyms for tags in in notmuch, which means
synonym expansion for a particular boolean prefix. I have a vague memory
of Olly telling me this doesn't work, but I'm not sure about the
details.
My higher level goal is to support a kind of indirection with tags,
where query tag:foo can really generate tag:bar or tag:fub, depending on
some kind of configuration.
2015 Dec 07
0
Problems mapping a network drive on my PC to a LINUX directory using samba
On Mon, Dec 7, 2015 at 5:16 PM, Kenneth Watanabe
<watana43 at unlv.nevada.edu> wrote:
>Below is the /etc/samba/smb.cnf file
By default the file is smb.conf unless you're specifically starting
Samba using a different named file.
> [share]
> path = /home/kwatanabe/share
> available = yes
> valid users = kwatanabe
> read only = No
>
2019 Sep 14
7
File server as host for a Windows Server VM?
I hope that someone here can give some advice on the following:
I have a Samba based Active Directory. A CentOS 7.6 machine runs as a
file server and hosts the Windows user profiles for all the Windows
workstations.
Now management has decided that they need a Windows server for a couple
of administrative applications, which need MS SQL Server. That would be
the only role of this Windows.
2016 Jan 09
0
synonym expansion for boolean prefixes.
On Tue, Jan 05, 2016 at 08:43:13AM -0400, David Bremner wrote:
> Olly Betts <olly at survex.com> writes:
>
> > To achieve this with synonyms in a configurable way you'd need to
> > rewrite the synonyms in the database to match the current configuration,
> > so it's not as dynamic as the above.
>
> Well, the configuration needs to be somewhere. Would
2019 Sep 19
3
Improving partial lookup results
Incidentally, if you're actually aiming to match different forms of a
name (Peter vs Pete, Ann vs Anne vs Annette) then you might find the
synonym feature a better option than wildcarding.
You'd need to give it a list of names to treat as synonyms, but it
should have many fewer false positives, and can also handle cases
which aren't just a substring - e.g. Robert vs Rob vs Bob vs
2016 Jan 05
2
synonym expansion for boolean prefixes.
Olly Betts <olly at survex.com> writes:
> A better option for this is probably a FieldProcessor - you set one for
> a prefix and the it gets passed the value and returns a Query object
> for it. E.g. in lua (where you can just pass an anon function for the
> FieldProcessor - we ought to support C++11 lambdas for such things):
[snip]
> To achieve this with synonyms in a
2016 Jan 09
1
synonym expansion for boolean prefixes.
Olly Betts <olly at survex.com> writes:
> On Tue, Jan 05, 2016 at 08:43:13AM -0400, David Bremner wrote:
>> Olly Betts <olly at survex.com> writes:
>>
>> > To achieve this with synonyms in a configurable way you'd need to
>> > rewrite the synonyms in the database to match the current configuration,
>> > so it's not as dynamic as the
2024 May 30
1
Samba 4.15.13 GPO and Windows 10/11
Oh! It's works.
Thanks a lot.
God bless you all.
---
Gilberto Nunes Ferreira
(47) 99676-7530 - Whatsapp / Telegram
Em qui., 30 de mai. de 2024 ?s 10:40, miguel medalha <medalist at sapo.pt>
escreveu:
> For a GPO to work, both "Authenticated Users" and "Domain Computers" must
> have "Read" rights.
>
> On a Policy Object, go to
2019 Apr 09
2
'samba-tool domain tombstones expunge' fails to remove expired tombstones
>> Did you think to run 'samba-tool domain tombstones expunge --help' ?
No, I didn't, I just assumed that the message "'samba' will remove them daily, 'samba-tool domain tombstones expunge' would do that immediately" would mean exactly that :-).
It worked now. Thank you!
2016 Jun 05
1
"Samba cannot handle GPO restrictions"
> On 04 Jun 2016, at 22:14, Miguel Medalha <medalist at sapo.pt> wrote:
>
>
>> Can someone therefore please explain to me what exactly these GPO
>> restrictions are that Samba can't handle? I'd also appreciate if someone
>> could list which other GPO I cannot set successfully using RSAT.
>
> It seems to me that the FAQ is pretty clear. The
2018 Aug 10
2
using Windows AD unwanted Group rights get applied to new Files
On Fri, 10 Aug 2018 14:32:01 +0100
"miguel medalha" <medalist at sapo.pt> wrote:
> > >having a particular group
> > > set as "Primary group"
>
> > How are setting the 'primary group' ?
>
> The 'primary group' had been set a long time ago, when the system was
> created. It had been set with ADUC, under the
2012 Oct 04
1
Synonyms of Abbreviations
Hello,
I am looking for a documentation or an example to use the synonym function.
I tried this
db.add_synonym("omega","xapain");
and this works by adding the flag FLAG_AUTO_SYNONYMS.
If i try to use the
db.add_synonym("omega","xapain is search engine ");
it fails why? Can xapian use synonym for Abbreviations like MBA => Master
of business