CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Events, Product Announcements and More > Polls


Polls All Polls should be posted here only not in the forums. Please post relevant polls only.


This forum is sponsored by:

View Poll Results: Do you use BOOLEAN logic when searching the web?
Yes, I use it all the time, its the best! 35 60.34%
No, what does it do, and how does it work? 20 34.48%
Too complex for me! 0 0%
I'm too old to learn that new fangled crap!! 3 5.17%
Voters: 58. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #13   Ban this user!
Old 06-01-2006, 10:11 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060601-0713 EST USA

Salty72:

One of my web pages has the following string:

"( + voltage relative to pin 7 )" without the double quotes.

Using regular Google, and using double quotes outside of the parens I got one hit. This hit was not my site and did not include the + or parens. Thus, certain symbols are ignored. This probably means that certain symbols (I will include control characters here and all special symbols from 128 thru 255) are ignored in the search engine indexing operation. Does it also mean that text within parens is ignored? Probably not based on another experiment. By knowing that parens are ignored in string searches, then it is reasonable to assume parens easily could be used for some other purpose.

The logical functions described by such words as AND, OR, NOT, NOR, NAND, XOR are used in logical equations to perform logical operations.

If I have the logical equation

"X" = "not A" OR "not B" AND "C",

then does this equation mean:

X is true if the combination of "not A" OR "not B" is true; and that truth is ANDed with a C that is true.

Or does it mean:

X is true if "not A" is true; OR the result of the combination of "not B" AND C is true.

These two different meanings can be uniquely defined by
X = C AND ( not A OR not B )
X = not A OR ( not B AND C ) .

Note at least some of the search engines want the logical operators to be in caps.

I can not experimentally prove that Google is following these rules. So from a Google point of view I do not know what parens are doing, if anything.

Further I am finding that Google is not fully indexing pages.

Why you can not find a particular site or page may be because the site or page is too new, or not fully indexed.

In contrast I now tried a search on MSN for the string
"( + voltage relative to pin 7 )"
the parens and + sign were ignored. There were two results. One on my web site and the other on LINEAR.COM . Under Google Linear was found, but not my site.

Next I tried the following string on both Google and MSN:

("n. p. psytar" OR "ltek industries") AND "ann arbor"

The ORed elements are in of themselves mutually exclusive. Meaning nothing in any N. P. Psytar source will reference LTEK, and nothing in any LTEK source has a reference to N. P. Psytar. But both are common to ANN ARBOR.

Also tried

"n. p. psytar" OR ("ltek industries" AND "ann arbor")

Neither Google or MSN gave any clearcut indication of what the parens are doing. I can not conclude the parens are doing as I would expect.

So do whatever seems effective for you.

.
Reply With Quote

  #14   Ban this user!
Old 06-01-2006, 12:01 PM
 
Join Date: Jan 2005
Location: USA
Posts: 126
KEYTEEM is on a distinguished road

NICE THREAD/POLL ,, i had no idea, thought when i seen the poll
that it was going to be about electronics talk.
Reply With Quote

  #15   Ban this user!
Old 06-01-2006, 07:37 PM
 
Join Date: Aug 2005
Location: australia
Posts: 275
Salty72 is on a distinguished road

from what i have observed if you place a domain within the () then google seams to try to find the free text before the (), within the ().

DID that make any sence?????
Reply With Quote

Sponsored Links
  #16   Ban this user!
Old 06-01-2006, 08:38 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060601-2025 EST USA

Salty72:

I ran the following two search strings in Google and they appear to be equivalent:

RS232 (beta-a2.com)
RS232 "beta-a2.com"

However, the following two are not equivalent:

(Wilson P. Tanner) (University of Michigan)
"Wilson P. Tanner" "University of Michigan"

The search engine people need to provide clear definitions of their functions, and there should not be ambiguity of symbols and functions. There should be a very good reason to have "-" and (-) equivalent under some circumstances and not others. Without further information I see no good reason to waste the normal functionality of (-).

.
Reply With Quote

  #17   Ban this user!
Old 06-02-2006, 04:45 AM
 
Join Date: Aug 2005
Location: australia
Posts: 275
Salty72 is on a distinguished road

interesting date time group [060601 - 2025 EST USA] when we want to specify the DTG
we use 021926KJUN2006 this is
2nd day of the month
7:26pm
time zone K (GMT+11)
June is the month
2006 is the year

back to the () issue I think you are right each search engine needs to specify what &, -, +, "text here" etc... do for you ......If anything,,

here you go....i found "Searching Google the Basics"
http://www.google.com/help/basics.html

"advanced search" +google
http://www.google.com/help/operators.html

how to correctly search the internet [no special doo-dads added]
http://vlib.iue.it/history/search/
Reply With Quote

  #18   Ban this user!
Old 06-02-2006, 06:51 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060602-0615 EST USA

Salty72:

My date-time code provides a monotonic function. Also if you always use standard time it remains monotonic, and it is more logical if midnight is 0000 and the start of the the day. This is a technique I have used for a very long time.

Google in their help is really incomplete in their description of search logic.

Your third reference, http://vlib.iue.it/history/search/ , made mention of Google Local and indicated that it may require payment to be listed. Experimentation indicates that at least some sites are listed without payment. It is not clear what determines listing.

This morning I ran the following Google search test:

"ltek industries" OR "N. P. Psytar"

These are mutually exclusive sites and the results looked good for the OR operation, but should also be found with the XOR operator.

It appears that Google does not recognize the logic operator XOR because its substitution in the above search resulted in nothing.

.
Reply With Quote

  #19   Ban this user!
Old 06-02-2006, 11:10 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060602-1053 EST USA

Another experiment on Google. The reason for using Tanner as a test search is that it produces relatively few hits, but enough, to gets some useful information.

Search for

"Wilson P. Tanner" "University of Michigan"

My result was 13 hits displayed.

Then add one or more of (-.org) (-.edu) (-.gov)

My result was 3 and excluded my .com site probably because I have one of the above extensions as a reference in my site.

.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 01:11 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361